Trying to make stub runner work

This commit is contained in:
Marcin Grzejszczak
2017-06-20 10:29:44 +02:00
parent d79208c210
commit 7dca840cfb
8 changed files with 8 additions and 8 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:1.5.4.RELEASE"
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.0.BUILD-SNAPSHOT"
}
}