Skip to content

Commit 8a549e1

Browse files
authored
Merge pull request ArchipelagoMW#37 from ArchipelagoMW/black-sliver-patch-1
Fix group in build.gradle.kts
2 parents 33ef4fb + 370e7b4 commit 8a549e1

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)