AHeise commented on pull request #17958:
URL: https://github.com/apache/flink/pull/17958#issuecomment-984914459
Your build failed because of
```
[ERROR] Failed to execute goal
com.diffplug.spotless:spotless-maven-plugin:2.4.2:check (spotless-check) on
project flink-core: The following files had format violations:
[ERROR] src/main/java/org/apache/flink/configuration/ExecutionOptions.java
[ERROR] @@ -109,9 +109,7 @@
[ERROR] ············ConfigOptions.key("execution.caller-context-app-id")
[ERROR] ····················.stringType()
[ERROR] ····················.defaultValue("")
[ERROR] -····················.withDescription(
[ERROR]
-····························"A·text·means·the·hadoop·caller·context·app·id."
[ERROR] -····················);
[ERROR]
+····················.withDescription("A·text·means·the·hadoop·caller·context·app·id.");
[ERROR]
[ERROR] ····@Documentation.ExcludeFromDocumentation(
[ERROR]
············"This·is·an·expert·option,·that·we·do·not·want·to·expose·in·the·documentation")
[ERROR] Run 'mvn spotless:apply' to fix these violations.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]