Skip to content

Commit

Permalink
avoid long evaluation chain for JRE property
Browse files Browse the repository at this point in the history
  • Loading branch information
ecki authored Nov 5, 2023
1 parent e7578b2 commit a7f6468
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,14 +493,14 @@ jre-9= \
com.sun.security.sasl.util

jre-10 = ${jre-9}
jre-11 = ${jre-10}
jre-12 = ${jre-11}
jre-13 = ${jre-12}
jre-14 = ${jre-13}
jre-15 = ${jre-14}
jre-16 = ${jre-15}
jre-17 = ${jre-16}
jre-18 = ${jre-17}
jre-19 = ${jre-18}
jre-20 = ${jre-19}
jre-21 = ${jre-20}
jre-11 = ${jre-9}
jre-12 = ${jre-9}
jre-13 = ${jre-9}
jre-14 = ${jre-9}
jre-15 = ${jre-9}
jre-16 = ${jre-9}
jre-17 = ${jre-9}
jre-18 = ${jre-9}
jre-19 = ${jre-9}
jre-20 = ${jre-9}
jre-21 = ${jre-9}

0 comments on commit a7f6468

Please sign in to comment.