Could therefore now remove multiplatform-utils
This commit is contained in:
parent
0bf7a8eadc
commit
0d9f564a4c
|
@ -54,14 +54,12 @@ allprojects {
|
|||
|
||||
task jarAll {
|
||||
dependsOn = [
|
||||
"multiplatform-utils:jvmJar",
|
||||
"fints4k:jvmJar",
|
||||
"fints4k:jvmJar",
|
||||
]
|
||||
}
|
||||
|
||||
task publishAllToMavenLocal {
|
||||
dependsOn = [
|
||||
"multiplatform-utils:publishToMavenLocal",
|
||||
"fints4k:publishToMavenLocal",
|
||||
"fints4k:publishToMavenLocal",
|
||||
]
|
||||
}
|
|
@ -10,8 +10,6 @@ rootProject.name = "fints4kProject"
|
|||
|
||||
include ":fints4k"
|
||||
|
||||
include ":multiplatform-utils"
|
||||
|
||||
|
||||
// Sample applications
|
||||
|
||||
|
|
Loading…
Reference in New Issue