Skip to content

Commit

Permalink
Fix toolchain deprecation warning.
Browse files Browse the repository at this point in the history
Using a toolchain installed via auto-provisioning, but having no toolchain repositories configured. This behavior is deprecated. Consider defining toolchain download repositories, otherwise the build might fail in clean environments; see https://docs.gradle.org/8.2/userguide/toolchains.html#sub:download_repositories
  • Loading branch information
TWiStErRob committed Jul 18, 2023
1 parent 0c9adb6 commit 25958c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
@@ -1,5 +1,6 @@
plugins {
id("com.gradle.enterprise") version "3.14"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0"
}

include(
Expand Down

0 comments on commit 25958c5

Please sign in to comment.