Skip to content

Commit

Permalink
add "--add-opens java.base/java.lang=ALL-UNNAMED" to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Nov 25, 2024
1 parent 975712b commit c3f44d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ subprojects {
test {
useTestNG()
options.suites("src/test/conf/testng.xml")
jvmArgs = ["--add-opens", "java.base/java.lang=ALL-UNNAMED"]
}

task sourcesJar(type: Jar) {
Expand Down

0 comments on commit c3f44d2

Please sign in to comment.