From 946b1fd9a676acaae76958362a24f2d1eb426c51 Mon Sep 17 00:00:00 2001 From: Su5eD Date: Wed, 16 Aug 2023 12:35:27 +0200 Subject: [PATCH] Update to archloom 1.3-SNAPSHOT Fixes an issue where the jar manifest was not made the first entry in the jar. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 277b14008..06c509a97 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id "idea" id "maven-publish" id 'jacoco' - id "dev.architectury.loom" version "1.2-SNAPSHOT" apply false + id "dev.architectury.loom" version "1.3-SNAPSHOT" apply false id "com.diffplug.spotless" version "6.18.0" id "org.ajoberstar.grgit" version "3.1.0" id "com.matthewprenger.cursegradle" version "1.4.0"