Skip to content

Commit

Permalink
[FLINK-34002] Java 17 support for connector
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Jan 5, 2024
1 parent 9a37890 commit bbda544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ under the License.
<test.randomization.seed/>

<flink.parent.artifactId>flink-connector-elasticsearch-parent</flink.parent.artifactId>
<!-- These 2 properties should be removed together with upgrade of flink-connector-parent to 1.1.x -->
<flink.surefire.baseArgLine>-XX:+UseG1GC -Xms256m -XX:+IgnoreUnrecognizedVMOptions ${surefire.module.config}</flink.surefire.baseArgLine>
<surefire.module.config/>
</properties>

<dependencies>
Expand Down

0 comments on commit bbda544

Please sign in to comment.