Skip to content

Commit

Permalink
Fixed: PacketEvents link in the runPaper task
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed May 9, 2024
1 parent 5664d95 commit cbc01d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tasks {
val javaVersion = 21

val requiredPlugins = runPaper.downloadPluginsSpec {
url("https://ci.codemc.io/job/retrooper/job/packetevents/lastBuild/artifact/spigot/build/libs/packetevents-spigot-2.2.1.jar")
url("https://ci.codemc.io/job/retrooper/job/packetevents/lastSuccessfulBuild/artifact/spigot/build/libs/packetevents-spigot-2.3.1-SNAPSHOT.jar")
}

val jvmArgsExternal = listOf(
Expand Down

0 comments on commit cbc01d6

Please sign in to comment.