You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2019/07/03 22:34:56 UTC

[flink] 01/07: [FLINK-12974] [build] Bump checkstyle to 8.14

This is an automated email from the ASF dual-hosted git repository.

sewen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 085a7ba64bc1325717bd5f882d308eb6b3dd9ee5
Author: ifndef-SleePy <mm...@gmail.com>
AuthorDate: Tue Jun 25 17:06:59 2019 +0800

    [FLINK-12974] [build] Bump checkstyle to 8.14
    
    This closes #8870
---
 docs/flinkDev/ide_setup.md | 2 +-
 pom.xml                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/flinkDev/ide_setup.md b/docs/flinkDev/ide_setup.md
index 3dfc905..c6b0cd2 100644
--- a/docs/flinkDev/ide_setup.md
+++ b/docs/flinkDev/ide_setup.md
@@ -87,7 +87,7 @@ IntelliJ supports checkstyle within the IDE using the Checkstyle-IDEA plugin.
 1. Install the "Checkstyle-IDEA" plugin from the IntelliJ plugin repository.
 2. Configure the plugin by going to Settings -> Other Settings -> Checkstyle.
 3. Set the "Scan Scope" to "Only Java sources (including tests)".
-4. Select _8.12_ in the "Checkstyle Version" dropdown and click apply. **This step is important,
+4. Select _8.14_ in the "Checkstyle Version" dropdown and click apply. **This step is important,
    don't skip it!**
 5. In the "Configuration File" pane, add a new configuration using the plus icon:
     1. Set the "Description" to "Flink".
diff --git a/pom.xml b/pom.xml
index 2b3fa48..0357c7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1608,7 +1608,7 @@ under the License.
 							<groupId>com.puppycrawl.tools</groupId>
 							<artifactId>checkstyle</artifactId>
 							<!-- Note: match version with docs/flinkDev/ide_setup.md -->
-							<version>8.12</version>
+							<version>8.14</version>
 						</dependency>
 					</dependencies>
 					<executions>