File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Expand file tree Collapse file tree 6 files changed +12
-8
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 = " 2.0.0 "
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" ,
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ projectSettings {
2626 mainClass = " TemplatePlugin"
2727 description = " A simple Template-Plugin using Kotlin as main language"
2828 dependencies {
29- add(" KotlinProvider " )
29+ add(" CoreControl " )
3030 }
3131 }
3232}
You can’t perform that action at this time.
0 commit comments