From 32c9fb58d33320b8b6c3bc8d879ce793fa516f8d Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Thu, 14 Oct 2021 10:43:06 -0700 Subject: Fixed crash issues from gradle project naming. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gradle.properties') 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 -- cgit