gyfora commented on code in PR #425:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/425#discussion_r1016438463


##########
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:
   The CI checks that after running the doc generation there are no new changes 
in git, this is the check that fails



-- 
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]

Reply via email to