Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val mojmapVersion: String by project
plugins {
id("java-library") apply true
id("io.freefair.lombok") version "8.14" apply false
id("com.gradleup.shadow") version "8.3.7" apply true
id("com.gradleup.shadow") version "9.1.0" apply true
id("dev.architectury.loom") version "1.10-SNAPSHOT" apply false
id("xyz.jpenilla.run-paper") version "2.3.1" apply false // Adds runServer and runMojangMappedServer tasks for testing
id("net.minecrell.plugin-yml.bukkit") version "0.6.0" apply false // Generates plugin.yml
Expand Down
Loading