mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-05 21:50:04 +00:00
![Jonathan Coates](/assets/img/avatar_default.png)
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.
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|