Skip to content

Commit

Permalink
enable https, works with Graal 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Jan 19, 2020
1 parent 7ee059b commit bd6f770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"--initialize-at-build-time"
"--report-unsupported-elements-at-runtime"
"--enable-url-protocols=http"
"--enable-url-protocols=https"
"-H:Name=wendy"
"-H:Path=target"
"-H:IncludeResourceBundles=net.sourceforge.argparse4j.internal.ArgumentParserImpl"]
Expand Down
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
:opts ["--initialize-at-build-time"
"--report-unsupported-elements-at-runtime"
"--enable-url-protocols=http"
"--enable-url-protocols=https"
"-H:IncludeResourceBundles=net.sourceforge.argparse4j.internal.ArgumentParserImpl"]}
:main wendy.main
:target-path "target/%s"
Expand Down

0 comments on commit bd6f770

Please sign in to comment.