Update cosmos API to 1.21.7 and adjust build script

This commit is contained in:
2025-07-14 23:14:14 +02:00
parent 30d385046a
commit 00b7192368
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -3,7 +3,7 @@ pipeline {
stages {
stage('Gradle') {
steps {
sh 'bash gradlew shadowJar'
sh 'bash build'
}
}
stage('Archive') {