Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions v5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ def interlokVerifyConfigCheck= tasks.register("interlokVerifyConfigCheck", JavaE
jvmArgs "--add-opens","java.base/java.lang=ALL-UNNAMED"
jvmArgs "--add-opens","java.base/java.util=ALL-UNNAMED"
jvmArgs "--add-opens","java.base/java.util.concurrent=ALL-UNNAMED"
jvmArgs "--add-opens","java.base/java.time=ALL-UNNAMED"
environment loadPropertiesFromFile(interlokVerifyEnvironmentPropertiesFile)
environment project.hasProperty('interlokVerifyEnvironmentProperties') ? project.getProperty('interlokVerifyEnvironmentProperties') : [:]
// Pass through system properties.
Expand Down
Loading