set up convention plugins
- tidy up build scripts to use convention plugins - use centralised repo definition - tidy up some of the build config
This commit is contained in:
parent
34b69a7d1f
commit
93e113fa69
14 changed files with 498 additions and 141 deletions
16
buildSrc/settings.gradle.kts
Normal file
16
buildSrc/settings.gradle.kts
Normal file
|
@ -0,0 +1,16 @@
|
|||
rootProject.name = "buildSrc"
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("UnstableApiUsage")
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue