Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8333147

update maven classifier syntax to recent gradle version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx23
    • jfx23
    • javafx
    • b22

      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.

            sykora Joeri Sykora
            jvos Johan Vos
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: