Revert "Bumped the Boot plugin to RC1"

This reverts commit e0bda0f8aa.
This commit is contained in:
Marcin Grzejszczak
2018-02-11 22:29:53 +01:00
parent e0bda0f8aa
commit 4c627f8e61
15 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
maven { url "http://repo.spring.io/plugins-staging-local/" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.0.RC1"
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.0.BUILD-SNAPSHOT"
}
}