We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd88cc0 commit a1c6e11Copy full SHA for a1c6e11
generate-stackbrew-library.sh
@@ -141,7 +141,7 @@ for version in "${versions[@]}"; do
141
sharedTags=()
142
for windowsShared in windowsservercore nanoserver; do
143
if [[ "$variant" == "$windowsShared"* ]]; then
144
- sharedTags+=( "$windowsShared" )
+ sharedTags=( $(aliases "$javaVersion" "$javaType" "$fullVersion" "$windowsShared") )
145
break
146
fi
147
done
0 commit comments