Skip to content

Commit

Permalink
Fix Deprecation
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 cle
an environments; see https://docs.gradle.org/8.5/userguide/toolchains.html#sub:download_repositories
  • Loading branch information
TWiStErRob committed Feb 7, 2024
1 parent 5e4a924 commit 78de1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ rootProject.name = "junit-pioneer"

plugins {
id("com.gradle.enterprise") version "3.16.2"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

gradleEnterprise {
Expand Down

0 comments on commit 78de1e8

Please sign in to comment.