Added Toolchain resolver
This commit is contained in:
parent
237802b18d
commit
da50b72898
|
@ -14,6 +14,11 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plugins {
|
||||||
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
rootProject.name = "fints4kProject"
|
rootProject.name = "fints4kProject"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue