snuyanzin commented on code in PR #29276:
URL: https://github.com/apache/flink/pull/29276#discussion_r4093272336
##########
pom.xml:
##########
@@ -1083,12 +1083,24 @@ under the License.
</activation>
</profile>
+ <profile>
+ <id>spotless-java11</id>
+ <activation>
+ <jdk>[11,17)</jdk>
+ </activation>
+
+ <properties>
+ <!-- google-java-format 1.25.0 and later need
Java 17 to run. Select by JDK, not by
+ java11-target: the release profile
also builds for Java 11 without it. -->
+ <aosp.version>1.24.0</aosp.version>
+ </properties>
Review Comment:
can we just add a line
```
<aosp.version>1.24.0</aosp.version>
```
to `java11` profile above?
--
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]