Browse Source

Migrate to io.spring.develocity.conventions plugin

Closes gh-15670
pull/15671/head
Steve Riesenberg 1 year ago
parent
commit
5c71e0e3d7
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      settings.gradle

2
settings.gradle

@ -6,7 +6,7 @@ pluginManagement { @@ -6,7 +6,7 @@ pluginManagement {
plugins {
id "com.gradle.develocity" version "3.18"
id "io.spring.ge.conventions" version "0.0.17"
id "io.spring.develocity.conventions" version "0.0.20"
}
dependencyResolutionManagement {

Loading…
Cancel
Save