Update publish section
This commit is contained in:
parent
5a20237230
commit
baa0f14c17
1 changed files with 1 additions and 5 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue