Skip to content

Commit 5034d8a

Browse files
committed
fix group
1 parent c1273ea commit 5034d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
sourceCompatibility = 8
88
targetCompatibility = 8
99

10-
group = 'gs.mclo.java'
10+
group = 'gs.mclo'
1111
version = project.findProperty("release") ?: "dev"
1212
ext.isReleaseVersion = version != "dev" && !version.endsWith("SNAPSHOT")
1313

0 commit comments

Comments
 (0)