Skip to content

Commit

Permalink
Fix jdk name for jdk8u_hg repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Sep 25, 2023
1 parent 443acc5 commit 2ff934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ orgs.newOrg('adoptium') {
newMirrorRepo('jdk8u') {
},
newMirrorRepo('jdk8u_hg') {
jdk_name:: "jdk8u",
jdk_name:: "JDK8u",
jdk_url:: "http://hg.openjdk.java.net/jdk8u/jdk8u/",
archived: true,
},
Expand Down

0 comments on commit 2ff934d

Please sign in to comment.