Skip to content

Commit 370e7b4

Browse files
authored
Fix group in build.gradle.kts
This is required to deploy it.
1 parent 33ef4fb commit 370e7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id("org.jreleaser") version "1.17.0"
77
}
88

9-
group = "io.github.ArchipelagoMW"
9+
group = "io.github.archipelagomw"
1010
version = "0.1.20-SNAPSHOT"
1111

1212
repositories {
@@ -164,4 +164,4 @@ jreleaser {
164164
}
165165
}
166166
}
167-
}
167+
}

0 commit comments

Comments
 (0)