Also use Spotless to remove unused imports

This commit is contained in:
Andrew Steinborn
2023-01-01 18:52:11 -05:00
parent b0862d2d16
commit 3768e66e86
21 changed files with 2 additions and 21 deletions

View File

@@ -38,6 +38,8 @@ class VelocitySpotlessPlugin : Plugin<Project> {
} else {
licenseHeaderFile(project.rootProject.file("HEADER.txt"))
}
removeUnusedImports()
}
}
}