[CHORE] Update Discord Webhooks library

This commit is contained in:
2023-11-11 16:42:35 +02:00
parent 3be9495ade
commit eab921663e
2 changed files with 2 additions and 38 deletions

36
Jenkinsfile vendored
View File

@@ -1,36 +0,0 @@
pipeline {
agent {
label "master"
}
tools {
jdk "JAVA17"
}
stages {
stage("Notify Discord") {
steps {
discordSend webhookURL: env.FDD_WH_ADMIN,
title: "Build Started: SDLink-Core #${BUILD_NUMBER}",
link: env.BUILD_URL,
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})"
}
}
stage("Publish") {
steps {
sh "chmod +x ./gradlew"
sh "./gradlew clean spotlessCheck publish"
}
}
}
post {
always {
sh "./gradlew --stop"
deleteDir()
discordSend webhookURL: env.FDD_WH_ADMIN,
title: "Build Finished: SDLink-Core #${BUILD_NUMBER}",
link: env.BUILD_URL,
result: currentBuild.currentResult,
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})\nStatus: ${currentBuild.currentResult}"
}
}
}

View File

@@ -1,13 +1,13 @@
version_major=0
version_minor=0
version_patch=49
version_patch=50
shade_group=com.hypherionmc.sdlink.shaded.
# Core Dependencies
jda=5.0.0-beta.17
chewtils=2.0-SNAPSHOT
webhooks=0.7.5
webhooks=0.8.4
commons4=4.4
oshi=5.8.5
moonconfig=1.0.9