You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
So whenever I add something to my plugin as a library, it works fine. However, there's one problem. It won't add them to the pom.xml used for publishing.
Our development team ended up fixing both issues ourselves. We updated the plugin to work with Gradle 7.4+
This is an open-source project, contributions are welcome. :)
My time for investigating Minecraft-related issues is very limited at the moment (sadly), but I'd be happy to review pull requests or assist anyone brave enough to change code themselves. :)
So whenever I add something to my plugin as a library, it works fine. However, there's one problem. It won't add them to the pom.xml used for publishing.
To reproduce:
generatePomFileForMavenPublication
taskIf you're interested, my build.gradle file is here: https://github.com/plexusorg/Plex/blob/master/build.gradle
You'll see that it won't add it to the pom.xml. Any idea if we can get a fix for this?
PS: this plugin doesn't work on Gradle 7.4+
The text was updated successfully, but these errors were encountered: