Merge branch 'main' into akashic

This commit is contained in:
gamma-delta 2022-04-04 20:37:20 -05:00
commit 77d719a2c8

1
Jenkinsfile vendored
View file

@ -23,6 +23,7 @@ pipeline {
}
}
stage('Publish') {
when { branch 'main' }
steps {
echo 'Deploying to Maven'
sh './gradlew publish sendWebhook'