Skip to content

Commit 4774593

Browse files
committed
build(gradle): Downgrade groupez publish plugin version and update publish configuration
1 parent 2cf4d92 commit 4774593

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
@@ -1,7 +1,7 @@
11
plugins {
22
`java-library`
33
id("re.alwyn974.groupez.repository") version "1.0.0"
4-
id("re.alwyn974.groupez.publish") version "1.0.1"
4+
id("re.alwyn974.groupez.publish") version "1.0.0"
55
id("com.gradleup.shadow") version "9.0.0-beta11"
66
}
77

@@ -100,5 +100,5 @@ tasks.withType<Jar> {
100100

101101
publishConfig {
102102
githubOwner = "GroupeZ-dev"
103-
isRootProject = true
103+
useRootProjectName = true
104104
}

0 commit comments

Comments
 (0)