Skip to content

Commit

Permalink
Add --application-id parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 26, 2024
1 parent 6a4cc96 commit 3d13af0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions streams-bootstrap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ dependencies {

testImplementation(group = "com.ginsberg", name = "junit5-system-exit", version = "1.1.2")
}

tasks.withType<Test> {
jvmArgs(
"--add-opens=java.base/java.lang=ALL-UNNAMED",
"--add-opens=java.base/java.util=ALL-UNNAMED"
)
}

0 comments on commit 3d13af0

Please sign in to comment.