16 lines
260 B
Groovy
16 lines
260 B
Groovy
|
|
||
|
buildscript {
|
||
|
repositories {
|
||
|
maven { url "http://repo.spring.io/libs-release" }
|
||
|
mavenLocal()
|
||
|
mavenCentral()
|
||
|
}
|
||
|
dependencies {
|
||
|
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.4.RELEASE")
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|