Skip to content

Commit

Permalink
fix group
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Mar 14, 2023
1 parent c1273ea commit 5034d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
sourceCompatibility = 8
targetCompatibility = 8

group = 'gs.mclo.java'
group = 'gs.mclo'
version = project.findProperty("release") ?: "dev"
ext.isReleaseVersion = version != "dev" && !version.endsWith("SNAPSHOT")

Expand Down

0 comments on commit 5034d8a

Please sign in to comment.