File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ allprojects {
101101 }
102102
103103 kotlin {
104- jvmToolchain(17 )
104+ jvmToolchain(21 )
105105 }
106106}
107107
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.9.23 "
2+ kotlin = " 1.9.24 "
33shadow = " 8.1.1"
4- run = " 2.2.3 "
5- paperweight = " 1.5.11 "
4+ run = " 2.3.0 "
5+ paperweight = " 1.7.1 "
66
77# Minecraft Software
8- folia = " 1.20.4 -R0.1-SNAPSHOT"
9- paper = " 1.20.4 -R0.1-SNAPSHOT"
8+ folia = " 1.20.6 -R0.1-SNAPSHOT"
9+ paper = " 1.20.6 -R0.1-SNAPSHOT"
1010velocity = " 3.3.0-SNAPSHOT"
1111
1212# Plugin Values
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ tasks {
4343 }
4444
4545 withType<Copy > {
46+ outputs.upToDateWhen { false }
47+
4648 val props = listOf (
4749 " main-class" ,
4850 " description" ,
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ tasks {
4343 }
4444
4545 withType<Copy > {
46+ outputs.upToDateWhen { false }
47+
4648 val props = listOf (
4749 " main-class" ,
4850 " description" ,
You can’t perform that action at this time.
0 commit comments