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 bf0c089 commit 20fb47bCopy full SHA for 20fb47b
build-farm/platform-specific-configurations/windows.sh
@@ -173,11 +173,7 @@ then
173
elif [ "${JAVA_TO_BUILD}" == "${JDK10_VERSION}" ]
174
then
175
export BUILD_ARGS="${BUILD_ARGS} --freetype-version 2.5.3"
176
- elif [ "${JAVA_TO_BUILD}" == "${JDK11_VERSION}" ]
177
- then
178
- TOOLCHAIN_VERSION="2017"
179
- export BUILD_ARGS="${BUILD_ARGS} --skip-freetype"
180
- elif [ "$JAVA_FEATURE_VERSION" -gt 11 ]
+ elif [ "$JAVA_FEATURE_VERSION" -ge 11 ]
181
182
TOOLCHAIN_VERSION="2019"
183
export BUILD_ARGS="${BUILD_ARGS} --skip-freetype"
0 commit comments