Skip to content

Commit

Permalink
Updates for Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Apr 28, 2024
1 parent 1b9a9de commit 8041eef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions activiti-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ compileTestKotlin {
}

test {
jvmArgs "--add-opens=java.base/java.nio.charset=ALL-UNNAMED"

jacoco {
destinationFile = file("${buildDir}/jacoco/test.exec")
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
jsonPath = '2.8.0'
junitPlatformRunner = '1.6.2'
kluent = '1.68'
mockitoInline = '3.3.3'
mockitoInline = '5.2.0'
mockitoKotlin = '2.2.0'
}

Expand Down
2 changes: 2 additions & 0 deletions camunda-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ compileTestKotlin {
}

test {
jvmArgs "--add-opens=java.base/java.nio.charset=ALL-UNNAMED"

jacoco {
destinationFile = file("${buildDir}/jacoco/test.exec")
}
Expand Down
2 changes: 2 additions & 0 deletions flowable-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ compileTestKotlin {
}

test {
jvmArgs "--add-opens=java.base/java.nio.charset=ALL-UNNAMED"

jacoco {
destinationFile = file("${buildDir}/jacoco/test.exec")
}
Expand Down

0 comments on commit 8041eef

Please sign in to comment.