refactor: use gradle toolchain
This commit is contained in:
parent
2b64fdcda9
commit
758f9cea01
2 changed files with 16 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ pluginManagement {
|
|||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue