Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Jul 5, 2022
1 parent c382257 commit e9f2e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ publishing {
publications {
val publication = create<MavenPublication>("mavenJava") {
groupId = project.group.toString()
artifactId = "agone4j"
artifactId = "agones4j"
version = project.version.toString()

from(components["java"])
Expand Down

0 comments on commit e9f2e0e

Please sign in to comment.