JDK-8333146 : Move maven publication logic from build.gradle
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: build
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-05-29
  • Updated: 2024-11-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Blocks :  
Relates :  
Description
Currently, the build.gradle file contains the instructions to compile and package the JavaFX code, but also to bundle and install maven artifacts.
The build.gradle file is huge and not trivial to maintain. The process of bundling/installing should not be part of this main gradle build file. It should be extracted and placed in a separate file (e.g. in buildSrc ?)

Comments
Some relevant discussion is in https://github.com/openjdk/jfx/pull/1232.
29-05-2024