2020-10-18 12:47:02 +00:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-11 16:21:36 +00:00
|
|
|
rootProject.name = 'fints4kProject'
|
2019-10-02 17:54:11 +00:00
|
|
|
|
2020-06-03 15:49:29 +00:00
|
|
|
|
2020-05-11 16:21:36 +00:00
|
|
|
include ':fints4k'
|
2019-10-12 18:54:02 +00:00
|
|
|
|
2020-07-11 10:03:28 +00:00
|
|
|
include ':common'
|