File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ plugins {
2
2
java
3
3
`java- library`
4
4
`maven- publish`
5
- kotlin(" jvm" ) version " 1.9.20 "
6
- id(" io.github.goooler. shadow" ) version " 8.1.7 "
5
+ kotlin(" jvm" ) version " 2.1.0 "
6
+ id(" com.gradleup. shadow" ) version " 8.3.0 "
7
7
id(" com.willfp.libreforge-gradle-plugin" ) version " 1.0.0"
8
8
}
9
9
@@ -25,7 +25,7 @@ allprojects {
25
25
apply (plugin = " java" )
26
26
apply (plugin = " kotlin" )
27
27
apply (plugin = " maven-publish" )
28
- apply (plugin = " io.github.goooler .shadow" )
28
+ apply (plugin = " com.gradleup .shadow" )
29
29
30
30
repositories {
31
31
mavenLocal()
@@ -39,7 +39,7 @@ allprojects {
39
39
dependencies {
40
40
compileOnly(" com.willfp:eco:6.55.0" )
41
41
compileOnly(" org.jetbrains:annotations:23.0.0" )
42
- compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:1.9.20 " )
42
+ compileOnly(" org.jetbrains.kotlin:kotlin-stdlib:2.1.0 " )
43
43
}
44
44
45
45
java {
Original file line number Diff line number Diff line change 1
1
# libreforge-updater
2
- # Wed Nov 06 18:32:19 GMT 2024
2
+ # Sat Jan 25 13:45:36 GMT 2025
3
3
kotlin.code.style =official
4
- libreforge-version =4.72.2
5
- version =6.31.2
4
+ libreforge-version =4.73.0
5
+ version =6.33.0
You can’t perform that action at this time.
0 commit comments