diff --git a/build.gradle b/build.gradle index 02e98daf9..d7d7c3823 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'fabric-loom' version '0.11-SNAPSHOT' - id 'io.github.juuxel.loom-quiltflower' version '1.6.0' + /*id 'io.github.juuxel.loom-quiltflower' version '1.7.1'*/ // FIXME: temporarily broken id 'com.matthewprenger.cursegradle' version '1.4.0' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 41dfb8790..aa991fcea 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index fd268eeff..1d90a4b05 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { repositories { maven { url = 'https://maven.fabricmc.net/' } - maven { url = 'https://server.bbkr.space/artifactory/libs-release/' } + /*maven { url = 'https://server.bbkr.space/artifactory/libs-release/' }*/ gradlePluginPortal() } }