aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2021-10-14 10:43:06 -0700
committerAnthony Hilyard <anthony.hilyard@gmail.com>2021-10-14 10:43:06 -0700
commit32c9fb58d33320b8b6c3bc8d879ce793fa516f8d (patch)
treea40b27fecb2fee495a98677ba067f1321f01ff5f /gradle.properties
parent407a3cfabed3869b38527153e8b3322a824f1263 (diff)
downloadIceberg-32c9fb58d33320b8b6c3bc8d879ce793fa516f8d.tar.gz
Iceberg-32c9fb58d33320b8b6c3bc8d879ce793fa516f8d.tar.bz2
Iceberg-32c9fb58d33320b8b6c3bc8d879ce793fa516f8d.zip
Fixed crash issues from gradle project naming.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties4
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