1 Commits

Author SHA1 Message Date
Tom Hicks
2ccd95b6c9 Adds spotlessCheck and build to the release process. 2025-07-16 05:07:31 -07:00

View File

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