Skip to content

Commit 3ef5025

Browse files
committed
Bump toolchain resolver version
1 parent 75fb4ec commit 3ef5025

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
@@ -1,6 +1,6 @@
11
rootProject.name = "docker-compose-v3"
22

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

0 commit comments

Comments
 (0)