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 {
buildTasks.addAll(['spotlessCheck', 'build'])
// buildTasks.addAll(['spotlessCheck', 'build'])
buildTasks = ['spotlessCheck', 'build']
failOnSnapshotDependencies = true
ignoredSnapshotDependencies = [
"io.papermc.paper:paper-api"