Gradle 8.12, Migrate to setup-gradle.

This commit is contained in:
Kichura
2025-01-06 23:39:57 +01:00
parent 23f7b2e199
commit 65a0b1cf1f
7 changed files with 106 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
id "dev.architectury.loom" version "1.9-SNAPSHOT" apply false
id "me.shedaniel.unified-publishing" version "0.1.+" apply false
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
}
@@ -85,4 +85,4 @@ allprojects {
java {
withSourcesJar()
}
}
}