Skip to content

Commit

Permalink
change group id
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdebris committed Jul 22, 2024
1 parent 83fd34c commit 2214234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ java {
publishing {
publications {
create<MavenPublication>("maven") {
groupId = "com.bandlab"
groupId = "com.bandlab.djinni"
artifactId = "djinni-support-lib"
version = project.providers.gradleProperty("version").orNull

Expand All @@ -46,4 +46,4 @@ publishing {
credentials(PasswordCredentials::class.java)
}
}
}
}

0 comments on commit 2214234

Please sign in to comment.