diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 13b05c0..0000000 --- a/Jenkinsfile +++ /dev/null @@ -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}" - } - } -} diff --git a/gradle.properties b/gradle.properties index fa5b9fa..5cc9bcd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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