From 7e7091fdc147dbcc9f4cfe9799e6b2bde072accc Mon Sep 17 00:00:00 2001 From: baguchan Date: Sat, 21 Jun 2025 06:50:02 +0900 Subject: [PATCH] fixed build --- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 6eaa578..52be178 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.10.0-bta' + id 'fabric-loom' version '1.7.bta' id 'java' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d6e308a..0d18421 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-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index 714d409..8b12c9d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -18,7 +18,4 @@ pluginManagement { url = 'https://maven.thesignalumproject.net/infrastructure' } } - plugins { - id 'org.jetbrains.kotlin.jvm' version '2.1.20' - } }