Skip to content

Commit

Permalink
Revert "Use "--add-opens ..." default JVM option to suppress illegal …
Browse files Browse the repository at this point in the history
…access warning from kryo"

This reverts commit 75cc25a.
  • Loading branch information
melissalinkert committed Jan 22, 2024
1 parent 4299afb commit 61fcc36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ distributions {
}

startScripts {
defaultJvmOpts = ['--add-opens', 'java.base/java.lang=ALL-UNNAMED']

// placing logback.xml somewhere under src/dist/lib/ keeps it out of
// bioformats2raw-*.jar but automatically includes it in the distribution zip
// the directory containing logback.xml must be explicitly added to the
Expand Down

0 comments on commit 61fcc36

Please sign in to comment.