Skip to content

Commit

Permalink
chore(deps): Update shadow and switch to GradleUp's shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Aug 25, 2024
1 parent fec70cd commit bdf5747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import net.fabricmc.loom.task.RemapJarTask

plugins {
id("dev.architectury.loom") version "1.7-SNAPSHOT"
id("com.github.johnrengelman.shadow")
id("com.gradleup.shadow")
id("io.github.null2264.preprocess")
id("me.modmuss50.mod-publish-plugin") version "0.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pluginManagement {
gradlePluginPortal()
}
plugins {
id("com.github.johnrengelman.shadow") version("8.1.1")
id("com.gradleup.shadow") version("8.3.0")
id("io.github.null2264.preprocess") version("1.0-SNAPSHOT")
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
Expand Down

0 comments on commit bdf5747

Please sign in to comment.