Updated JavaDowngrader

This commit is contained in:
RaphiMC 2023-10-05 19:38:36 +02:00
parent ad41b10cfa
commit f6911e8c58
No known key found for this signature in database
GPG key ID: 0F6BB0657A03AC94

View file

@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath "net.raphimc.javadowngrader:gradle-plugin:1.1.0"
classpath "net.raphimc.javadowngrader:gradle-plugin:1.1.1-SNAPSHOT"
}
}
@ -105,7 +105,7 @@ dependencies {
exclude group: "com.google.code.gson", module: "gson"
exclude group: "org.slf4j", module: "slf4j-api"
}
include("net.raphimc.javadowngrader:impl-classtransform:1.1.0") {
include("net.raphimc.javadowngrader:impl-classtransform:1.1.1-SNAPSHOT") {
exclude group: "org.ow2.asm", module: "asm-commons"
exclude group: "net.lenni0451.classtransform", module: "additionalclassprovider"
}