Adds spotlessCheck and build to the release process.

This commit is contained in:
Tom Hicks
2025-07-16 05:01:34 -07:00
committed by Tom Hicks
parent 6d4cffed16
commit fefa4a5ecc

View File

@@ -43,7 +43,8 @@ publishing {
} }
release { release {
buildTasks.addAll(['spotlessCheck', 'build']) // buildTasks.addAll(['spotlessCheck', 'build'])
buildTasks = ['spotlessCheck', 'build']
failOnSnapshotDependencies = true failOnSnapshotDependencies = true
ignoredSnapshotDependencies = [ ignoredSnapshotDependencies = [
"io.papermc.paper:paper-api" "io.papermc.paper:paper-api"