gyfora commented on code in PR #425:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/425#discussion_r1016438014
##########
flink-kubernetes-operator-api/pom.xml:
##########
@@ -276,6 +276,14 @@ under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>11</source>
+ <target>11</target>
+ </configuration>
+ </plugin>
Review Comment:
what if you do git status after running the build?
I understand that it passes but it should not leave any new changes
--
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]