1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-02 02:27:56 +00:00

Use spotless for enforcing licenses

It's more verbose as the default license plugin doesn't support multiple
license headers. However, it also gives us some other goodies (namely
formatting Kotlin and removing unused imports), so worth doing.
This commit is contained in:
Jonathan Coates
2022-10-22 17:47:39 +01:00
parent 57cf6084e2
commit af5d816798
19 changed files with 179 additions and 51 deletions

View File

@@ -0,0 +1,7 @@
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}