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


##########
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:
   I added this code as prompted by the IDE, it may not be required and has 
been removed.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to