Skip to content

Commit ae85d77

Browse files
committed
[hotfix] [docs] fix the google-java-format level in docs
Signed-off-by: davidradl <[email protected]>
1 parent 4a1742e commit ae85d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content.zh/docs/flinkDev/ide_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ IntelliJ 提供了插件设置来安装 Scala 插件。如果尚未安装,请
8787

8888
你可以通过以下步骤来将 IDE 配置为在保存时自动应用格式设置:
8989

90-
1. 下载 [google-java-format plugin v1.7.0.6](https://plugins.jetbrains.com/plugin/8527-google-java-format/versions/stable/115957)
90+
1. 下载 [google-java-format v1.24.0.0](https://plugins.jetbrains.com/plugin/8527-google-java-format/versions/stable/614263)
9191
2. 打开 Settings → Plugins,点击齿轮图标并选择 "Install Plugin from Disk"。导航到下载的 zip 文件并选择它。
9292
3. 在插件设置中,启用插件并将代码样式更改为 "AOSP"(4 个空格的缩进)。
9393
4. 请记住不要将此插件更新为更高版本!

docs/content/docs/flinkDev/ide_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ install them, and restart the IDE if prompted:
124124

125125
You will also need to install the [google-java-format](https://github.com/google/google-java-format)
126126
plugin. However, a specific version of this plugin is required. Download
127-
[google-java-format v1.7.0.6](https://plugins.jetbrains.com/plugin/8527-google-java-format/versions/stable/115957)
127+
[google-java-format v1.24.0.0](https://plugins.jetbrains.com/plugin/8527-google-java-format/versions/stable/614263)
128128
and install it as follows. Make sure to never update this plugin.
129129

130130
1. Go to "Settings" → "Plugins".

0 commit comments

Comments
 (0)