FastAsyncVoxelSniper

FastAsyncVoxelSniper

33.4k Downloads

Add the tag to the generated pom

NotMyFault opened this issue ยท 0 comments

commented

Upon release, the gradle plugin generates a pom.xml, allowing maven users to consume our API too.

Unfortunately, this pom is currently unversioned. It would be beneficial to add a tag to the SCM block in

scm {
url.set("https://github.com/IntellectualSites/fastasyncvoxelsniper")
connection.set("scm:https://[email protected]/IntellectualSites/fastasyncvoxelsniper.git")
developerConnection.set("scm:git://github.com/IntellectualSites/fastasyncvoxelsniper.git")
}
.

This could be achieved by setting a tag inside the scm block and reading the project.version as a string.