update maven classifier syntax to recent gradle version

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx23
    • Affects Version/s: jfx23
    • Component/s: 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.

            Assignee:
            Joeri Sykora
            Reporter:
            Johan Vos
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: