< prev index next >

./build.gradle

Print this page
rev 10931 : 8203378: JDK build fails to compile javafx.graphics module-info.java if FX was built with OpenJDK
Reviewed-by:

*** 393,403 **** // COMPILE_PARFAIT specifies whether to build parfait defineProperty("COMPILE_PARFAIT", "false") ext.IS_COMPILE_PARFAIT = Boolean.parseBoolean(COMPILE_PARFAIT) // BUILD_FXPACKAGER enables building the packager modules and native code ! defineProperty("BUILD_FXPACKAGER", "true") ext.IS_BUILD_FXPACKAGER = Boolean.parseBoolean(BUILD_FXPACKAGER) // RETAIN_PACKAGER_TESTS specifies whether the tests in fxpackager should // keep generated files instead of attempting to automatically delete them defineProperty("RETAIN_PACKAGER_TESTS", "false") --- 393,403 ---- // COMPILE_PARFAIT specifies whether to build parfait defineProperty("COMPILE_PARFAIT", "false") ext.IS_COMPILE_PARFAIT = Boolean.parseBoolean(COMPILE_PARFAIT) // BUILD_FXPACKAGER enables building the packager modules and native code ! defineProperty("BUILD_FXPACKAGER", "false") ext.IS_BUILD_FXPACKAGER = Boolean.parseBoolean(BUILD_FXPACKAGER) // RETAIN_PACKAGER_TESTS specifies whether the tests in fxpackager should // keep generated files instead of attempting to automatically delete them defineProperty("RETAIN_PACKAGER_TESTS", "false")
< prev index next >