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 11import io.papermc.hangarpublishplugin.model.Platforms
2+ import kotlin.system.exitProcess
23import net.minecrell.pluginyml.bukkit.BukkitPluginDescription
34import net.minecrell.pluginyml.paper.PaperPluginDescription
45import xyz.jpenilla.runpaper.task.RunServer
5- import kotlin.system.exitProcess
66
77plugins {
88 id(" java" )
@@ -29,13 +29,11 @@ if (!File("$rootDir/.git").exists()) {
2929
3030allprojects {
3131 group = " net.onelitefeather.bettergopaint"
32- version = " 1.1 .0"
32+ version = " 1.2 .0"
3333}
3434group = " net.onelitefeather.bettergopaint"
3535
3636val supportedMinecraftVersions = listOf (
37- " 1.19.4" ,
38- " 1.20.6" ,
3937 " 1.21"
4038)
4139
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencyResolutionManagement {
1717 version(" paper.yml" , " 0.6.0" )
1818 version(" paper.run" , " 2.3.0" )
1919 version(" shadowJar" , " 8.1.1" )
20- version(" intellectualsites" , " 1.47 " )
20+ version(" intellectualsites" , " 1.51 " )
2121
22- version(" paper" , " 1.20.6 -R0.1-SNAPSHOT" )
22+ version(" paper" , " 1.21.3 -R0.1-SNAPSHOT" )
2323 version(" bstats" , " 3.0.2" )
2424
2525 version(" cloudcommand" , " 2.0.0-SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments