1 Commits

Author SHA1 Message Date
Tom Hicks
76656e471f Adds spotlessCheck and build to the release process. 2025-07-16 05:02:28 -07:00

View File

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