Skip to content

Commit

Permalink
Update plugin com.gradle.develocity to v3.18 (sqldelight#5411)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent 5c23ba2 commit d7cc00e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample-web/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id "com.gradle.develocity" version "3.17.6"
id "com.gradle.develocity" version "3.18"
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
}

Expand Down
2 changes: 1 addition & 1 deletion sample/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id "com.gradle.develocity" version "3.17.6"
id "com.gradle.develocity" version "3.18"
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
}

plugins {
id "com.gradle.develocity" version "3.17.6"
id "com.gradle.develocity" version "3.18"
id "org.gradle.toolchains.foojay-resolver-convention" version "0.8.0"
}

Expand Down

0 comments on commit d7cc00e

Please sign in to comment.