-
Bug
-
Resolution: Fixed
-
P3
-
9
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
-