Skip to content

Commit

Permalink
Bump toolchain resolver version
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 22, 2024
1 parent 3e14ea2 commit 1a22a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rootProject.name = "testutil"

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

0 comments on commit 1a22a1b

Please sign in to comment.