chore(ci): Update version-bumping task order

This commit is contained in:
Sekwah 2021-06-27 19:04:59 +01:00
parent efc9ad4715
commit 17a81dede7
1 changed files with 2 additions and 1 deletions

View File

@ -389,8 +389,9 @@ task updateVersionNumbers {
}
}
updateVersion.finalizedBy 'updateVersionNumbers'
compileJava.dependsOn 'cleanbuildfolder'
compileJava.dependsOn 'updateVersionNumbers'
// Publish rules
// Current behavior seems to be canary or release. Though pre-releases may break this pattern.