Update publish section

This commit is contained in:
zontreck 2023-11-19 04:16:18 -07:00
parent 5a20237230
commit baa0f14c17

View file

@ -58,15 +58,11 @@ dependencies {
def MAVEN_PASSWORD_PROPERTY = "AriasCreationsMavenPassword"
tasks.named('jar', Jar).configure {
archiveClassifier = "RELEASE"
}
publishing {
publications {
mavenJava(MavenPublication) {
from components.java
artifactId = 'your-artifact-id' // Replace 'your-artifact-id' with your actual artifact ID
artifactId = 'EventsBus' // Replace 'your-artifact-id' with your actual artifact ID
artifact jar {
archiveClassifier = 'release'
}