File tree 2 files changed +5
-5
lines changed
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`:
17
17
``` kotlin
18
18
plugins {
19
19
// Apply the plugin
20
- id(" xyz.jpenilla.run-paper" ) version " 2.3.0 "
20
+ id(" xyz.jpenilla.run-paper" ) version " 2.3.1 "
21
21
}
22
22
23
23
tasks {
24
24
runServer {
25
25
// Configure the Minecraft version for our task.
26
26
// This is the only required configuration besides applying the plugin.
27
27
// Your plugin's jar (or shadowJar if present) will be used automatically.
28
- minecraftVersion(" 1.20.4 " )
28
+ minecraftVersion(" 1.21.1 " )
29
29
}
30
30
}
31
31
```
@@ -45,7 +45,7 @@ In `build.gradle.kts`:
45
45
``` kotlin
46
46
plugins {
47
47
// Apply the plugin
48
- id(" xyz.jpenilla.run-velocity" ) version " 2.3.0 "
48
+ id(" xyz.jpenilla.run-velocity" ) version " 2.3.1 "
49
49
}
50
50
51
51
tasks {
@@ -73,7 +73,7 @@ In `build.gradle.kts`:
73
73
``` kotlin
74
74
plugins {
75
75
// Apply the plugin
76
- id(" xyz.jpenilla.run-waterfall" ) version " 2.3.0 "
76
+ id(" xyz.jpenilla.run-waterfall" ) version " 2.3.1 "
77
77
}
78
78
79
79
tasks {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
}
10
10
11
11
group = " xyz.jpenilla"
12
- version = " 2.3.1-SNAPSHOT "
12
+ version = " 2.3.1"
13
13
description = " Gradle plugins adding run tasks for Minecraft server and proxy software"
14
14
15
15
repositories {
You can’t perform that action at this time.
0 commit comments