Skip to content

Commit

Permalink
GH-485 Fix the error where Gradle can only be used normally by applyi…
Browse files Browse the repository at this point in the history
…ng plugins on all projects (#485)

* gradle/gradle#17559

run-task/issues/88

* Fix issue with different versions.

---------

Co-authored-by: Rollczi <[email protected]>
  • Loading branch information
huanmeng-qwq and Rollczi authored Nov 12, 2024
1 parent 9459457 commit 51ef7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("java")
id("com.gradleup.shadow") version "8.3.5"
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
id("xyz.jpenilla.run-paper") version "2.3.0"
id("xyz.jpenilla.run-paper") version "2.3.1"
}

version = "3.9.1"
Expand Down

0 comments on commit 51ef7d1

Please sign in to comment.