Skip to content

Commit 1c8e774

Browse files
committed
switched to --enable-https because it is shorter
1 parent 79cd608 commit 1c8e774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"--report-unsupported-elements-at-runtime"
2020
"--initialize-at-build-time"
2121
"--allow-incomplete-classpath" ;; clj-http-lite requires this
22-
"--no-fallback"
23-
"-H:EnableURLProtocols=https"]}
22+
"--enable-https"
23+
"--no-fallback"]}
2424
:profiles
2525
{:uberjar
2626
{:aot :all

0 commit comments

Comments
 (0)