tomncooper commented on PR #48: URL: https://github.com/apache/flink-connector-shared-utils/pull/48#issuecomment-3729345523
> @tomncooper https://github.com/apache/flink/blob/932aa4306efadc8107a33da5efa184a7c71dd14e/pom.xml#L134 shows it to be > > ``` > <source.java.version>11</source.java.version> > <target.java.version>17</target.java.version> > ``` @davidradl Yes, but the maven compiler source _was_ (before ferenc's change) set to the java target version (a few lines below): ```xml <maven.compiler.source>${target.java.version}</maven.compiler.source> ``` -- 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]
