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 {
stage('Gradle') {
steps {
sh 'bash gradlew shadowJar'
sh 'bash build'
}
}
stage('Archive') {

View File

@ -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