Skip to content

Commit 24fcd82

Browse files
authored
Enable jar protocol for URL access (#742)
1 parent 0b546d1 commit 24fcd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ graalvmNative {
8181

8282
buildArgs.addAll(listOf(
8383
"-H:ResourceConfigurationFiles=${projectDir}/src/resource-config.json",
84-
"--enable-url-protocols=http,https",
84+
"--enable-url-protocols=http,https,jar",
8585
))
8686

8787
// Debug info

0 commit comments

Comments
 (0)