Skip to content

Commit

Permalink
Update to Spring Boot 2.1.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Oct 30, 2018
1 parent ca87168 commit c93076c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
maven { url "https://repo.spring.io/milestone" }
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.0.RC1"
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.0.RELEASE"
classpath "io.freefair.gradle:maven-plugin:2.7.3"
}
}

allprojects {
repositories {
jcenter()
maven { url "https://repo.spring.io/milestone" }
}

group = "io.freefair.okhttp-spring-boot"
Expand Down

0 comments on commit c93076c

Please sign in to comment.