From 39257fbc141f45a3eea4becc48ba176ad31f40fb Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sat, 27 Nov 2021 14:02:34 +0100 Subject: [PATCH] Change ForgeGradle forks --- build.gradle | 15 ++++----------- gradle/wrapper/gradle-wrapper.properties | 2 +- guidelines/buildcraft.checkstyle | 10 +++++----- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/build.gradle b/build.gradle index fc5472cf..b8888e9d 100755 --- a/build.gradle +++ b/build.gradle @@ -1,20 +1,13 @@ -// DON'T TOUCH THE BUILDSCRIPT[] BLOCK -// its special, and it is only there to make ForgeGradle work correctly. - buildscript { repositories { mavenCentral() maven { name = "forge" - url = "http://files.minecraftforge.net/maven" + url = "https://maven.minecraftforge.net/" } maven { - name = "a Russian forum post told me to use this to find the missing files" - url = "https://repo.spongepowered.org/repository/forge-proxy/" - } - maven { - name = "sonatype" - url = "https://oss.sonatype.org/content/repositories/snapshots/" + name = "gt" + url = "https://gregtech.overminddl1.com/" } maven { url = "https://jitpack.io" @@ -24,7 +17,7 @@ buildscript { } } dependencies { - classpath 'com.github.CDAGaming:ForgeGradle:1c670759c5' + classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d3465a14..1951d0df 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.1-bin.zip diff --git a/guidelines/buildcraft.checkstyle b/guidelines/buildcraft.checkstyle index 57ad999a..fb409ce8 100755 --- a/guidelines/buildcraft.checkstyle +++ b/guidelines/buildcraft.checkstyle @@ -10,12 +10,12 @@ --> + + + + + - - - - -