diff --git a/Jenkinsfile b/Jenkinsfile index fb98e3b..81ef3cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Gradle') { steps { - sh 'bash gradlew shadowJar' + sh 'bash build' } } stage('Archive') { diff --git a/build.gradle.kts b/build.gradle.kts index 3f5559a..f9f257b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ tasks { dependencies { // Cosmos - compileOnly("com.alttd.cosmos:cosmos-api:1.21.6-R0.1-SNAPSHOT") { + compileOnly("com.alttd.cosmos:cosmos-api:1.21.7-R0.1-SNAPSHOT") { isChanging = true } compileOnly("net.luckperms:api:5.3") // Luckperms