Use Spotless for license formatting

This commit is contained in:
Andrew Steinborn
2023-01-01 18:46:33 -05:00
parent d715e17acb
commit b0862d2d16
405 changed files with 480 additions and 428 deletions

View File

@@ -6,10 +6,6 @@ plugins {
id("com.github.johnrengelman.shadow") version "7.1.0"
}
license {
header(project.rootProject.file("HEADER.txt"))
}
application {
mainClass.set("com.velocitypowered.proxy.Velocity")
}