This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
24
24
jcenter()
25
25
maven { url " https://dl.bintray.com/graphql-java-kickstart/releases" }
26
26
maven { url " https://plugins.gradle.org/m2/" }
27
- maven { url ' http ://repo.spring.io/plugins-release' }
27
+ maven { url ' https ://repo.spring.io/plugins-release' }
28
28
}
29
29
dependencies {
30
30
classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
@@ -52,8 +52,8 @@ subprojects {
52
52
mavenCentral()
53
53
jcenter()
54
54
maven { url " https://dl.bintray.com/graphql-java-kickstart/releases" }
55
- maven { url " http ://oss.jfrog.org/artifactory/oss-snapshot-local" }
56
- maven { url " http ://repo.spring.io/libs-milestone" }
55
+ maven { url " https ://oss.jfrog.org/artifactory/oss-snapshot-local" }
56
+ maven { url " https ://repo.spring.io/libs-milestone" }
57
57
}
58
58
59
59
idea {
Original file line number Diff line number Diff line change 19
19
buildscript {
20
20
repositories {
21
21
maven { url " https://plugins.gradle.org/m2/" }
22
- maven { url ' http ://repo.spring.io/plugins-release' }
22
+ maven { url ' https ://repo.spring.io/plugins-release' }
23
23
}
24
24
dependencies {
25
25
classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.5.2.RELEASE" )
Original file line number Diff line number Diff line change 19
19
buildscript {
20
20
repositories {
21
21
maven { url " https://plugins.gradle.org/m2/" }
22
- maven { url ' http ://repo.spring.io/plugins-release' }
22
+ maven { url ' https ://repo.spring.io/plugins-release' }
23
23
}
24
24
dependencies {
25
25
classpath(" org.springframework.boot:spring-boot-gradle-plugin:$LIB_SPRING_BOOT_VER " )
You can’t perform that action at this time.
0 commit comments