From 1c7d26885b688e271b8a6b7a31d305603a3b7c90 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Sun, 1 Dec 2024 10:23:01 -0500 Subject: [PATCH] Downgrade loom --- build.gradle.kts | 2 +- gradle.properties | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2fb48e5..d87a728 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ plugins { java `maven-publish` id("architectury-plugin") version "3.4.+" - id("dev.architectury.loom") version "1.8.+" apply false + id("dev.architectury.loom") version "1.7.+" apply false id("me.modmuss50.mod-publish-plugin") version "0.3.4" apply false // https://github.com/modmuss50/mod-publish-plugin id("com.github.johnrengelman.shadow") version "8.1.1" apply false id("dev.ithundxr.silk") version "0.11.+" // https://github.com/IThundxr/silk diff --git a/gradle.properties b/gradle.properties index 605ba9f..6320909 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,10 @@ # along with this program. If not, see . # -org.gradle.jvmargs = -Xmx4G +org.gradle.jvmargs = -Xmx3G +org.gradle.caching = true + +loom.ignoreDependencyLoomVersionValidation=true # Mod Info archives_base_name = CreateNumismatics