From 528a9a401018131ae178541802dde1d4f6b101a6 Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Fri, 19 Aug 2022 13:19:10 +0200 Subject: [PATCH] Update settings.gradle --- settings.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.gradle b/settings.gradle index 97d8f71c52..c4cf340211 100644 --- a/settings.gradle +++ b/settings.gradle @@ -5,6 +5,7 @@ plugins { apply plugin: 'com.diffplug.blowdryerSetup' blowdryerSetup { +// Pulls the spotless config from the example mod repository github('GTNewHorizons/ExampleMod1.7.10', 'tag', '0.1.4') //devLocal '.' // Use this when testing config updates locally }