-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: javafx
There are a lot of module relative paths that are currently hard coded in build.gradle.
example:
- from "modules/fxpackager/build/javapackager"
+ from "${packagerProject.buildDir}/javapackager"
These need to be cleaned up prior to moving to a modular build.
- relates to
-
JDK-8162114 Fix more hardcoded paths in gradle build
-
- Resolved
-