File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
import io.papermc.hangarpublishplugin.model.Platforms
2
+ import kotlin.system.exitProcess
2
3
import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
3
4
import net.minecrell.pluginyml.paper.PaperPluginDescription
4
5
import xyz.jpenilla.runpaper.task.RunServer
5
- import kotlin.system.exitProcess
6
6
7
7
plugins {
8
8
id(" java" )
@@ -29,13 +29,11 @@ if (!File("$rootDir/.git").exists()) {
29
29
30
30
allprojects {
31
31
group = " net.onelitefeather.bettergopaint"
32
- version = " 1.1 .0"
32
+ version = " 1.2 .0"
33
33
}
34
34
group = " net.onelitefeather.bettergopaint"
35
35
36
36
val supportedMinecraftVersions = listOf (
37
- " 1.19.4" ,
38
- " 1.20.6" ,
39
37
" 1.21"
40
38
)
41
39
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencyResolutionManagement {
17
17
version(" paper.yml" , " 0.6.0" )
18
18
version(" paper.run" , " 2.3.0" )
19
19
version(" shadowJar" , " 8.1.1" )
20
- version(" intellectualsites" , " 1.47 " )
20
+ version(" intellectualsites" , " 1.51 " )
21
21
22
- version(" paper" , " 1.20.6 -R0.1-SNAPSHOT" )
22
+ version(" paper" , " 1.21.3 -R0.1-SNAPSHOT" )
23
23
version(" bstats" , " 3.0.2" )
24
24
25
25
version(" cloudcommand" , " 2.0.0-SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments