Skip to content

Commit

Permalink
circleci: fix jdk download
Browse files Browse the repository at this point in the history
We use the disco API to discover JDKs on CircleCI.
Using `version` instead of `jdk_version` seems to fix things.
  • Loading branch information
lread committed Feb 26, 2024
1 parent abe7ea3 commit f02d47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/circle_ci.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{:query-params {"distro" distro
"package_type" "jdk"
"latest" "available"
"jdk_version" jdk-major
"version" jdk-major
"operating_system" os
"architecture" "x64"
"archive_type" archive-type}})
Expand Down

0 comments on commit f02d47c

Please sign in to comment.