We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469852e commit 2cf4d92Copy full SHA for 2cf4d92
build.gradle.kts
@@ -1,9 +1,7 @@
1
-import java.util.Locale
2
-
3
plugins {
4
`java-library`
5
id("re.alwyn974.groupez.repository") version "1.0.0"
6
- id("re.alwyn974.groupez.publish") version "1.0.0"
+ id("re.alwyn974.groupez.publish") version "1.0.1"
7
id("com.gradleup.shadow") version "9.0.0-beta11"
8
}
9
@@ -102,4 +100,5 @@ tasks.withType<Jar> {
102
100
103
101
publishConfig {
104
githubOwner = "GroupeZ-dev"
+ isRootProject = true
105
gradle.properties
@@ -1 +1 @@
-version=1.0.8
+version=1.0.9
0 commit comments