File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1+ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2+
13plugins {
24 java
35 `java- library`
46 `maven- publish`
5- kotlin(" jvm" ) version " 1.9.20 "
6- id(" io.github.goooler. shadow" ) version " 8.1.7 "
7+ kotlin(" jvm" ) version " 2.1.0 "
8+ id(" com.gradleup. shadow" ) version " 8.3.0 "
79 id(" com.willfp.libreforge-gradle-plugin" ) version " 1.0.0"
810}
911
@@ -25,7 +27,7 @@ allprojects {
2527 apply (plugin = " java" )
2628 apply (plugin = " kotlin" )
2729 apply (plugin = " maven-publish" )
28- apply (plugin = " io.github.goooler .shadow" )
30+ apply (plugin = " com.gradleup .shadow" )
2931
3032 repositories {
3133 mavenLocal()
@@ -40,7 +42,7 @@ allprojects {
4042 dependencies {
4143 compileOnly(" com.willfp:eco:6.55.0" )
4244 compileOnly(" org.jetbrains:annotations:23.0.0" )
43- compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:1.9.20 " )
45+ compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.1.0 " )
4446 }
4547
4648 java {
@@ -56,8 +58,8 @@ allprojects {
5658 }
5759
5860 compileKotlin {
59- kotlinOptions {
60- jvmTarget = " 17 "
61+ compilerOptions {
62+ jvmTarget.set( JvmTarget . JVM_17 )
6163 }
6264 }
6365
Original file line number Diff line number Diff line change 11# libreforge-updater
2- # Wed Nov 06 18:33:33 GMT 2024
2+ # Sat Jan 25 13:46:06 GMT 2025
33kotlin.code.style =official
4- libreforge-version =4.72.2
5- version =2.71.2
4+ libreforge-version =4.73.0
5+ version =2.73.0
You can’t perform that action at this time.
0 commit comments