Skip to content

Commit e39f8a3

Browse files
committed
libreforge-updater
1 parent 432408f commit e39f8a3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ plugins {
22
java
33
`java-library`
44
`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"
77
id("com.willfp.libreforge-gradle-plugin") version "1.0.0"
88
}
99

@@ -25,7 +25,7 @@ allprojects {
2525
apply(plugin = "java")
2626
apply(plugin = "kotlin")
2727
apply(plugin = "maven-publish")
28-
apply(plugin = "io.github.goooler.shadow")
28+
apply(plugin = "com.gradleup.shadow")
2929

3030
repositories {
3131
mavenLocal()
@@ -39,7 +39,7 @@ allprojects {
3939
dependencies {
4040
compileOnly("com.willfp:eco:6.55.0")
4141
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")
4343
}
4444

4545
java {

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#libreforge-updater
2-
#Wed Nov 06 18:32:19 GMT 2024
2+
#Sat Jan 25 13:45:36 GMT 2025
33
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

0 commit comments

Comments
 (0)