Skip to content

Commit f5f852c

Browse files
Amend project information
1 parent de1b462 commit f5f852c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ buildscript {
1111
}
1212
}
1313

14-
project.group = "com.grinderwolf"
15-
project.version = "2.8.0"
16-
1714
allprojects {
15+
16+
group = "com.grinderwolf"
17+
version = "2.8.0-SNAPSHOT"
18+
1819
apply(plugin = "java")
1920
apply(plugin = "io.freefair.lombok")
2021

0 commit comments

Comments
 (0)