We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1273ea commit 5034d8aCopy full SHA for 5034d8a
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
sourceCompatibility = 8
8
targetCompatibility = 8
9
10
-group = 'gs.mclo.java'
+group = 'gs.mclo'
11
version = project.findProperty("release") ?: "dev"
12
ext.isReleaseVersion = version != "dev" && !version.endsWith("SNAPSHOT")
13
0 commit comments