davidradl commented on code in PR #48:
URL: 
https://github.com/apache/flink-connector-shared-utils/pull/48#discussion_r2690819116


##########
pom.xml:
##########
@@ -717,14 +738,15 @@ under the License.
                 </property>
             </activation>
             <properties>
-                <target.java.version>1.8</target.java.version>
+                <maven.compiler.source>11</maven.compiler.source>
+                <maven.compiler.target>17</maven.compiler.target>

Review Comment:
   Ok so we say:
   source 11 target 17 for the pom defaults 
   source 11 target 11 for the release profile.
   
   I am happy with that.
    



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