Skip to content

Commit

Permalink
update maven publishing information
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Feb 17, 2024
1 parent 88f2d9c commit 01d0ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def buildTime = ENV.BUILD_TIME ?: new Date().format('yyyyMMddHHmmss')

def javaVersion = 17

group = "dev.cammiescorner"
group = "dev.cammiescorner.arcanus-legacy"
archivesBaseName = "arcanus-legacy"

boolean isPreviewBuild = !ENV.TAG || ENV.TAG.matches(".+-.+")
Expand Down Expand Up @@ -122,6 +122,7 @@ jar {
publishing {
publications {
mavenJava(MavenPublication) {
artifactId "Arcanus-Legacy-Quilt"
from components.java
}
}
Expand Down

0 comments on commit 01d0ebe

Please sign in to comment.