Pin Loom plugin version literally for Gradle 9
Some checks failed
continuous-integration/drone/push Build is failing

Gradle 9 rejects property interpolation inside plugins {} — the version
must be a literal String. Drop the now-unused loom_version key from
gradle.properties so it does not desync from the build script.
This commit is contained in:
2026-06-21 15:41:43 +06:00
parent 77a44be34b
commit fb233cee93
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'net.fabricmc.fabric-loom' version "${project.loom_version}"
id 'net.fabricmc.fabric-loom' version '1.17-SNAPSHOT'
id 'maven-publish'
}