Skip to content

Commit 612917d

Browse files
authored
fix(deps): Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 (#305)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | org.gradle.toolchains.foojay-resolver-convention | plugin | minor | `0.8.0` -> `0.9.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 39d00d8 commit 612917d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
plugins {
1010
// Apply the foojay-resolver plugin to allow automatic download of JDKs
11-
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
11+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
1212
}
1313

1414
rootProject.name = 'plugin-sdk-java'

0 commit comments

Comments
 (0)