Browse Source

Make Maven Central available to Gradle plugin's build

pull/8686/merge
Andy Wilkinson 9 years ago
parent
commit
7f5ca24ff9
  1. 1
      spring-boot-tools/spring-boot-gradle-plugin/build.gradle

1
spring-boot-tools/spring-boot-gradle-plugin/build.gradle

@ -6,6 +6,7 @@ plugins { @@ -6,6 +6,7 @@ plugins {
repositories {
mavenLocal()
mavenCentral()
}
def addDependency(configurationName, dependency) {

Loading…
Cancel
Save