Initial commit
This commit is contained in:
commit
8716669d29
45 changed files with 2605 additions and 0 deletions
11
settings.gradle.kts
Normal file
11
settings.gradle.kts
Normal file
|
@ -0,0 +1,11 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
|
||||
maven("https://snapshots-repo.kordex.dev")
|
||||
maven("https://releases-repo.kordex.dev")
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "template"
|
Loading…
Add table
Add a link
Reference in a new issue