Initial commit
This commit is contained in:
parent
ea3448f854
commit
2534ad8452
6 changed files with 200 additions and 0 deletions
6
settings.gradle
Normal file
6
settings.gradle
Normal file
|
@ -0,0 +1,6 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven { url = "https://maven.zontreck.com/repository/internal" }
|
||||
}
|
||||
}
|
Reference in a new issue