chore: update gradle config for 1.21.9

This commit is contained in:
Martin Prokoph
2025-09-23 15:36:06 +02:00
parent 9602736335
commit bee3553498
3 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ import groovy.json.JsonOutput
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.10-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.11-SNAPSHOT" apply false
id "me.shedaniel.unified-publishing" version "0.1.+" apply false
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
}