Skip to content

Commit

Permalink
Update shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Aug 21, 2024
1 parent c00a206 commit 5a52cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 {
Expand Down

0 comments on commit 5a52cfd

Please sign in to comment.