File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ In `build.gradle.kts`:
1717``` kotlin
1818plugins {
1919 // Apply the plugin
20- id(" xyz.jpenilla.run-paper" ) version " 2.2.0 "
20+ id(" xyz.jpenilla.run-paper" ) version " 2.2.2 "
2121}
2222
2323tasks {
2424 runServer {
2525 // Configure the Minecraft version for our task.
2626 // This is the only required configuration besides applying the plugin.
2727 // Your plugin's jar (or shadowJar if present) will be used automatically.
28- minecraftVersion(" 1.20.1 " )
28+ minecraftVersion(" 1.20.2 " )
2929 }
3030}
3131```
@@ -45,7 +45,7 @@ In `build.gradle.kts`:
4545``` kotlin
4646plugins {
4747 // Apply the plugin
48- id(" xyz.jpenilla.run-velocity" ) version " 2.2.0 "
48+ id(" xyz.jpenilla.run-velocity" ) version " 2.2.2 "
4949}
5050
5151tasks {
@@ -73,7 +73,7 @@ In `build.gradle.kts`:
7373``` kotlin
7474plugins {
7575 // Apply the plugin
76- id(" xyz.jpenilla.run-waterfall" ) version " 2.2.0 "
76+ id(" xyz.jpenilla.run-waterfall" ) version " 2.2.2 "
7777}
7878
7979tasks {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = " xyz.jpenilla"
12- version = " 2.2.2-SNAPSHOT "
12+ version = " 2.2.2"
1313description = " Gradle plugins adding run tasks for Minecraft server and proxy software"
1414
1515repositories {
You can’t perform that action at this time.
0 commit comments