We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca87168 commit c93076cCopy full SHA for c93076c
build.gradle
@@ -1,20 +1,16 @@
1
buildscript {
2
repositories {
3
- maven {
4
- url "https://plugins.gradle.org/m2/"
5
- }
6
- maven { url "https://repo.spring.io/milestone" }
+ maven { url "https://plugins.gradle.org/m2/" }
7
}
8
dependencies {
9
- classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.0.RC1"
+ classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.0.RELEASE"
10
classpath "io.freefair.gradle:maven-plugin:2.7.3"
11
12
13
14
allprojects {
15
16
jcenter()
17
18
19
20
group = "io.freefair.okhttp-spring-boot"
0 commit comments