aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2022-08-20 00:23:29 +0200
committerMartin Robertz <dream-master@gmx.net>2022-08-20 00:23:29 +0200
commit66ab8da0611e8cb4be761dd21a2f87fb43700801 (patch)
tree56892ef0064ade9288804b2e513128e7bd9cb011 /settings.gradle
parented1f9e4fda7835b3adc202147b9195771b8da671 (diff)
downloadGT5-Unofficial-66ab8da0611e8cb4be761dd21a2f87fb43700801.tar.gz
GT5-Unofficial-66ab8da0611e8cb4be761dd21a2f87fb43700801.tar.bz2
GT5-Unofficial-66ab8da0611e8cb4be761dd21a2f87fb43700801.zip
Revert "update buildscript"
This reverts commit ed1f9e4fda7835b3adc202147b9195771b8da671.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle10
1 files changed, 0 insertions, 10 deletions
diff --git a/settings.gradle b/settings.gradle
deleted file mode 100644
index 97d8f71c52..0000000000
--- a/settings.gradle
+++ /dev/null
@@ -1,10 +0,0 @@
-plugins {
- id 'com.diffplug.blowdryerSetup' version '1.6.0'
-}
-
-apply plugin: 'com.diffplug.blowdryerSetup'
-
-blowdryerSetup {
- github('GTNewHorizons/ExampleMod1.7.10', 'tag', '0.1.4')
- //devLocal '.' // Use this when testing config updates locally
-}