Apply toolchain resolver plugin

This config is required to auto-provision toolchains with Gradle 8.0
This commit is contained in:
Daz DeBoer 2023-02-14 12:58:32 -07:00
parent 601a5d4aa4
commit 4a570433d8
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D

View file

@ -1 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.4.0")
}
rootProject.name = 'basic'