We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eab2fc + 2a7b2f7 commit 333da9eCopy full SHA for 333da9e
build.gradle
@@ -101,6 +101,8 @@ distributions {
101
}
102
103
startScripts {
104
+ defaultJvmOpts = ['--add-opens', 'java.base/java.lang=ALL-UNNAMED']
105
+
106
// placing logback.xml somewhere under src/dist/lib/ keeps it out of
107
// bioformats2raw-*.jar but automatically includes it in the distribution zip
108
// the directory containing logback.xml must be explicitly added to the
0 commit comments