diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index cf5e124..832ac67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false -name=Iceberg -group=com.anthonyhilyard.iceberg +name=${rootProject.name} +group=com.anthonyhilyard.${name.toLowerCase()} author=anthonyhilyard version=1.0.12 mcVersion=1.17.1 |