Skip to content

Commit 2cf4d92

Browse files
committed
build(gradle): Update groupez publish plugin version and set root project flag
1 parent 469852e commit 2cf4d92

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
import java.util.Locale
2-
31
plugins {
42
`java-library`
53
id("re.alwyn974.groupez.repository") version "1.0.0"
6-
id("re.alwyn974.groupez.publish") version "1.0.0"
4+
id("re.alwyn974.groupez.publish") version "1.0.1"
75
id("com.gradleup.shadow") version "9.0.0-beta11"
86
}
97

@@ -102,4 +100,5 @@ tasks.withType<Jar> {
102100

103101
publishConfig {
104102
githubOwner = "GroupeZ-dev"
103+
isRootProject = true
105104
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.8
1+
version=1.0.9

0 commit comments

Comments
 (0)