Skip to content

Commit df349a8

Browse files
fix: information artifactId
1 parent ca85f88 commit df349a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("studio.o7.remora") version "0.2.0"
2+
id("studio.o7.remora") version "0.2.1"
33
}
44

55
group = "studio.o7"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "agones-sdk"
1+
rootProject.name = "agones-java-sdk"
22

33
pluginManagement {
44
repositories {

0 commit comments

Comments
 (0)