Skip to content

Commit e9f2e0e

Browse files
committed
Update build.gradle.kts
1 parent c382257 commit e9f2e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ publishing {
140140
publications {
141141
val publication = create<MavenPublication>("mavenJava") {
142142
groupId = project.group.toString()
143-
artifactId = "agone4j"
143+
artifactId = "agones4j"
144144
version = project.version.toString()
145145

146146
from(components["java"])

0 commit comments

Comments
 (0)