Skip to content

Commit 5801288

Browse files
committed
Bump toolchain resolver version
1 parent 91072b7 commit 5801288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rootProject.name = "docker-remote-api"
22
include("api-model-v1-41")
33
include("api-model-v1-45")
44

5-
// https://docs.gradle.org/8.0.1/userguide/toolchains.html#sub:download_repositories
5+
// https://docs.gradle.org/current/userguide/toolchains.html#sub:download_repositories
66
plugins {
7-
id("org.gradle.toolchains.foojay-resolver-convention") version("0.4.0")
7+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
88
}

0 commit comments

Comments
 (0)