Update publish section

This commit is contained in:
zontreck 2023-11-19 04:20:16 -07:00
parent baa0f14c17
commit b15a607f9d

View file

@ -62,7 +62,6 @@ publishing {
publications {
mavenJava(MavenPublication) {
from components.java
artifactId = 'EventsBus' // Replace 'your-artifact-id' with your actual artifact ID
artifact jar {
archiveClassifier = 'release'
}