Could therefore now remove multiplatform-utils

This commit is contained in:
dankito 2024-08-19 11:34:59 +02:00
parent 0bf7a8eadc
commit 0d9f564a4c
2 changed files with 2 additions and 6 deletions

View File

@ -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",
]
}

View File

@ -10,8 +10,6 @@ rootProject.name = "fints4kProject"
include ":fints4k"
include ":multiplatform-utils"
// Sample applications