Skip to content

Commit

Permalink
Use new plugin id for shadow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Oct 21, 2024
1 parent b015aef commit f3e9a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id "info.u_team.gradle_files"
id "me.modmuss50.mod-publish-plugin"
id "maven-publish"
id "com.github.johnrengelman.shadow" version "8.1.1"
id "com.gradleup.shadow" version "8.3.3"
}

gradlefiles.loaderSuffix = "fabric"
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "info.u_team.gradle_files"
id "me.modmuss50.mod-publish-plugin"
id "maven-publish"
id "com.github.johnrengelman.shadow" version "8.1.1"
id "com.gradleup.shadow" version "8.3.3"
}

gradlefiles.loaderSuffix = "forge"
Expand Down

0 comments on commit f3e9a03

Please sign in to comment.