Do not run the update task in CI context

This commit is contained in:
Tobi Schäfer 2024-05-18 23:28:23 +02:00
parent 7f8c776c57
commit bca560e577
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -147,8 +147,11 @@ distZip {
installDist {
dependsOn build
if (!System.getenv('CI')) {
finalizedBy 'update'
}
}
run {
classpath = files('launcher.jar')