-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: jfx23
-
Component/s: javafx
-
b22
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8378937 | jfx21.0.11 | Johan Vos | P4 | Resolved | Fixed | b02 |
The build.gradle file currently contains the logic to build maven artifacts. This should be moved to its own file, see https://bugs.openjdk.org/browse/JDK-8333146 .
In the meantime, the code that is in build.gradle needs to be adjusted to work with recent gradle versions. Instead of
`classifier "$t.name"` we should now use `archiveClassifier.set(t.name)`
Without this fix, publishing to Maven local (using `sh gradlew -PMAVEN_PUBLISH=true publishToMavenLocal`) fails.
In the meantime, the code that is in build.gradle needs to be adjusted to work with recent gradle versions. Instead of
`classifier "$t.name"` we should now use `archiveClassifier.set(t.name)`
Without this fix, publishing to Maven local (using `sh gradlew -PMAVEN_PUBLISH=true publishToMavenLocal`) fails.
- backported by
-
JDK-8378937 update maven classifier syntax to recent gradle version
-
- Resolved
-
- links to
-
Commit
openjdk/jfx/c8b96e4e
-
Commit(master)
openjdk/jfx21u/9440c11a
-
Review
openjdk/jfx/1472
-
Review(master)
openjdk/jfx21u/119