Revert JVMDowngrader to 1.0.1. (#390)

This commit is contained in:
Kichura 2024-12-12 22:53:56 +01:00 committed by GitHub
parent 4674ff5bcb
commit 085bbafed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ plugins {
id "com.modrinth.minotaur" version "2.8.7" id "com.modrinth.minotaur" version "2.8.7"
id "fabric-loom" version "1.9-SNAPSHOT" apply false id "fabric-loom" version "1.9-SNAPSHOT" apply false
id "com.github.ben-manes.versions" version "0.51.0" id "com.github.ben-manes.versions" version "0.51.0"
id "xyz.wagyourtail.jvmdowngrader" version "1.2.1" id "xyz.wagyourtail.jvmdowngrader" version "1.0.1"
} }
def ENV = System.getenv() def ENV = System.getenv()