Update cosmos API to 1.21.7 and adjust build script

This commit is contained in:
akastijn 2025-07-14 23:14:14 +02:00
parent 30d385046a
commit 00b7192368
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Gradle') { stage('Gradle') {
steps { steps {
sh 'bash gradlew shadowJar' sh 'bash build'
} }
} }
stage('Archive') { stage('Archive') {

View File

@ -37,7 +37,7 @@ tasks {
dependencies { dependencies {
// Cosmos // 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 isChanging = true
} }
compileOnly("net.luckperms:api:5.3") // Luckperms compileOnly("net.luckperms:api:5.3") // Luckperms