Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit e973dc5

Browse files
chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.6.0 (#2597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c23ff8f commit e973dc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-logic/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
rootProject.name = "build-logic"
88

9-
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0" }
9+
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0" }
1010

1111
dependencyResolutionManagement {
1212
repositories {

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rootProject.name = "APS"
88

99
// Plugin repositories
1010
pluginManagement {
11-
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0" }
11+
plugins { id("org.gradle.toolchains.foojay-resolver-convention") version "0.6.0" }
1212
repositories {
1313
includeBuild("build-logic")
1414
exclusiveContent {

0 commit comments

Comments
 (0)