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"
|
def MAVEN_PASSWORD_PROPERTY = "AriasCreationsMavenPassword"
|
||||||
|
|
||||||
tasks.named('jar', Jar).configure {
|
|
||||||
archiveClassifier = "RELEASE"
|
|
||||||
}
|
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
from components.java
|
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 {
|
artifact jar {
|
||||||
archiveClassifier = 'release'
|
archiveClassifier = 'release'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue