aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
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 /settings.gradle
parent407a3cfabed3869b38527153e8b3322a824f1263 (diff)
downloadIceberg-32c9fb58d33320b8b6c3bc8d879ce793fa516f8d.tar.gz
Iceberg-32c9fb58d33320b8b6c3bc8d879ce793fa516f8d.tar.bz2
Iceberg-32c9fb58d33320b8b6c3bc8d879ce793fa516f8d.zip
Fixed crash issues from gradle project naming.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..d318b0e
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,2 @@
+// Set the root project name so that the workspace folder name doesn't mess stuff up.
+rootProject.name = "Iceberg" \ No newline at end of file