Browse Source

Correct the ID of the GE conventions plugin

See gh-24178
pull/24264/head
Andy Wilkinson 5 years ago
parent
commit
14b15027af
  1. 2
      settings.gradle

2
settings.gradle

@ -23,7 +23,7 @@ pluginManagement { @@ -23,7 +23,7 @@ pluginManagement {
plugins {
id "com.gradle.enterprise" version "3.5"
id "io.spring.gradle-enterprise-conventions" version "0.0.7"
id "io.spring.ge.conventions" version "0.0.7"
}
rootProject.name="spring-boot-build"

Loading…
Cancel
Save