From 00b71923686f18413334fe651df4032ca11096b7 Mon Sep 17 00:00:00 2001 From: akastijn Date: Mon, 14 Jul 2025 23:14:14 +0200 Subject: [PATCH] Update cosmos API to 1.21.7 and adjust build script --- Jenkinsfile | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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