ferenc-csaky commented on code in PR #219:
URL:
https://github.com/apache/flink-connector-aws/pull/219#discussion_r2609285834
##########
flink-connector-aws/flink-connector-dynamodb/pom.xml:
##########
@@ -31,6 +31,18 @@ under the License.
<artifactId>flink-connector-dynamodb</artifactId>
<name>Flink : Connectors : AWS : Amazon DynamoDB</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>9</source>
+ <target>9</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
Review Comment:
intellij adds this automatically, cause the `maven-compiler-plugin` coming
from `flink-connector-parent` sets source and target version to JDK8 by default
currently. :)
--
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]