snuyanzin commented on code in PR #25898:
URL: https://github.com/apache/flink/pull/25898#discussion_r1907847458
##########
pom.xml:
##########
@@ -1064,15 +1063,29 @@ under the License.
</build>
</profile>
+ <profile>
+ <id>java11-target</id>
Review Comment:
looks like I missed one thing for local testing (with jdk 11)
```
./mvnw clean install -DskipTests -Dscala-2.12 -Pfast -Pskip-webui-build -U
-T4 -Pjava11 -Pjava11-target
```
this line was working since it has `-Dfast` which turns off enforcer
plugin...
Without that it still fails.
Need to make java version in enforcer plugin configurable to make it working
just as
```
./mvnw clean install -Pjava11-target
```
--
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]