Skip to content

Commit

Permalink
[FLINK-34930] Enable module opens for tests for newer JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
ferenc-csaky committed Apr 11, 2024
1 parent 2385c8e commit 121eecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ under the License.

<!-- For directory plugin -->
<flink.parent.artifactId>flink-connector-kudu-parent</flink.parent.artifactId>
<surefire.module.config>
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
</surefire.module.config>
</properties>

<modules>
Expand Down

0 comments on commit 121eecb

Please sign in to comment.