Hello! I'm attempting to experiment with some patches to OpenJFX locally.
Is there a straightforward way to publish the resulting jar files to my local ~/.m2 repository? There appears to be a `MAVEN_PUBLISH` property, but this just results in: $ sh gradlew -PMAVEN_PUBLISH=true sdk ... * What went wrong: A problem occurred configuring root project 'jfx'. > Failed to notify project evaluation listener. > Could not find method classifier() for arguments [linux] on task ':base:modularPublicationJarLinux' of type org.gradle.api.tasks.bundling.Jar. > Could not find method classifier() for arguments [linux] on task ':graphics:modularPublicationJarLinux' of type org.gradle.api.tasks.bundling.Jar. > Could not find method classifier() for arguments [linux] on task ':controls:modularPublicationJarLinux' of type org.gradle.api.tasks.bundling.Jar. > Could not find method classifier() for arguments [linux] on task ':swing:modularPublicationJarLinux' of type org.gradle.api.tasks.bundling.Jar. > Could not find method classifier() for arguments [linux] on task ':fxml:modularPublicationJarLinux' of type org.gradle.api.tasks.bundling.Jar. > Could not find method classifier() for arguments [linux] on task ':media:modularPublicationJarLinux' of type org.gradle.api.tasks.bundling.Jar. > Could not find method classifier() for arguments [linux] on task ':web:modularPublicationJarLinux' of type org.gradle.api.tasks.bundling.Jar. -- Mark Raynsford | https://www.io7m.com