Skip to content

Commit

Permalink
provide the jar:// filesystem for runtime images of OpenJDK14, so JPy…
Browse files Browse the repository at this point in the history
…pe works correctly
  • Loading branch information
cuchaz committed Sep 1, 2020
1 parent 890a6b5 commit 9419e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ runtime {
"java.sql",
"java.naming",
"java.management",
"jdk.httpserver"
"jdk.httpserver",
"jdk.zipfs" // needed to provide jar:// file system
)
}

Expand Down

0 comments on commit 9419e53

Please sign in to comment.