Added Toolchain resolver

This commit is contained in:
dankito 2024-08-23 12:11:22 +02:00
parent 237802b18d
commit da50b72898
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ pluginManagement {
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}
rootProject.name = "fints4kProject"