Skip to content

Commit

Permalink
change to gradleup shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 11, 2024
1 parent f2c3101 commit 6c780e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ runPaper = "2.3.0"
hangar = "0.1.2"

# Other
shadowJar = "8.1.7"
shadowJar = "8.3.0"

# Modrinth
minotaur = "2.+"

[plugins]
paperweight = { id = "io.papermc.paperweight.userdev", version.ref = "paperweight" }
hangar = { id = "io.papermc.hangar-publish-plugin", version.ref = "hangar" }
shadowJar = { id = "io.github.goooler.shadow", version.ref = "shadowJar" }
shadowJar = { id = "com.gradleup.shadow", version.ref = "shadowJar" }
runPaper = { id = "xyz.jpenilla.run-paper", version.ref = "runPaper" }
minotaur = { id = "com.modrinth.minotaur", version.ref = "minotaur" }

Expand Down

0 comments on commit 6c780e8

Please sign in to comment.