Bumped the Boot plugin to RC1

This commit is contained in:
Marcin Grzejszczak
2018-02-10 08:54:23 +01:00
parent d668f416b1
commit e0bda0f8aa
15 changed files with 15 additions and 15 deletions

View File

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