fints4k/settings.gradle

14 lines
175 B
Groovy
Raw Normal View History

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-05-11 16:21:36 +00:00
include ':fints4k'
2020-07-11 10:03:28 +00:00
include ':common'