refactoring

This commit is contained in:
Christoph Kroczek
2019-07-10 21:21:48 +02:00
parent 55b00b5e65
commit bc8e880b0e
31 changed files with 838 additions and 0 deletions

6
tmp/demo/settings.gradle Normal file
View File

@@ -0,0 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
}
}
rootProject.name = 'demo'