mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-21 11:55:13 +01:00
Update shadow
This commit is contained in:
parent
c00a206169
commit
5a52cfd024
@ -8,7 +8,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath "com.github.johnrengelman:shadow:8.1.1"
|
||||
classpath "com.gradleup.shadow:shadow-gradle-plugin:8.3.0"
|
||||
classpath "net.minecraftforge.gradle:ForgeGradle:6.+"
|
||||
classpath "org.spongepowered:mixingradle:0.7-SNAPSHOT"
|
||||
classpath "xyz.wagyourtail.jvmdowngrader:gradle-plugin:1.1.1"
|
||||
@ -17,7 +17,7 @@ buildscript {
|
||||
|
||||
allprojects {
|
||||
apply plugin: "java-library"
|
||||
apply plugin: "com.github.johnrengelman.shadow"
|
||||
apply plugin: "com.gradleup.shadow"
|
||||
apply plugin: "xyz.wagyourtail.jvmdowngrader"
|
||||
|
||||
java {
|
||||
|
Loading…
Reference in New Issue
Block a user