Skip to content

Commit c93076c

Browse files
committed
Update to Spring Boot 2.1.0.RELEASE
1 parent ca87168 commit c93076c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
buildscript {
22
repositories {
3-
maven {
4-
url "https://plugins.gradle.org/m2/"
5-
}
6-
maven { url "https://repo.spring.io/milestone" }
3+
maven { url "https://plugins.gradle.org/m2/" }
74
}
85
dependencies {
9-
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.0.RC1"
6+
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.0.RELEASE"
107
classpath "io.freefair.gradle:maven-plugin:2.7.3"
118
}
129
}
1310

1411
allprojects {
1512
repositories {
1613
jcenter()
17-
maven { url "https://repo.spring.io/milestone" }
1814
}
1915

2016
group = "io.freefair.okhttp-spring-boot"

0 commit comments

Comments
 (0)