Skip to content

Commit

Permalink
Update tools for new jdk versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Sep 13, 2023
1 parent cf66fcf commit f20463f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tools/test
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,6 @@ add_target()
bld=`pver BUILD`
ver="$ver.$update-$bld"
;;
*/openjdk11:*)
update=`pver UPDATE`
bld=`pver BUILD`
ver="$ver.0.$update+$bld"
;;
*/openjdk17:*)
update=`pver UPDATE`
bld=`pver BUILD`
ver="$ver.0.$update+$bld"
;;
system/library/mozilla-nss:*)
targets["library/nss"]=$ver
;;
Expand Down

0 comments on commit f20463f

Please sign in to comment.