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 2cf4d92 commit 4774593Copy full SHA for 4774593
build.gradle.kts
@@ -1,7 +1,7 @@
1
plugins {
2
`java-library`
3
id("re.alwyn974.groupez.repository") version "1.0.0"
4
- id("re.alwyn974.groupez.publish") version "1.0.1"
+ id("re.alwyn974.groupez.publish") version "1.0.0"
5
id("com.gradleup.shadow") version "9.0.0-beta11"
6
}
7
@@ -100,5 +100,5 @@ tasks.withType<Jar> {
100
101
publishConfig {
102
githubOwner = "GroupeZ-dev"
103
- isRootProject = true
+ useRootProjectName = true
104
0 commit comments