File tree Expand file tree Collapse file tree 4 files changed +0
-43
lines changed
Expand file tree Collapse file tree 4 files changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,6 @@ plugins {
55 id(" com.google.cloud.tools.jib" )
66}
77
8- java {
9- sourceCompatibility = JavaVersion .VERSION_1_8
10- targetCompatibility = JavaVersion .VERSION_1_8
11- }
12-
13- repositories {
14- jcenter()
15- mavenCentral()
16- maven {
17- setUrl(" https://oss.jfrog.org/libs-snapshot" )
18- }
19- mavenLocal()
20- }
21-
228dependencies {
239 implementation(" commons-logging:commons-logging" )
2410 implementation(" com.amazonaws:aws-java-sdk-s3" )
Original file line number Diff line number Diff line change @@ -5,20 +5,6 @@ plugins {
55 id(" com.google.cloud.tools.jib" )
66}
77
8- java {
9- sourceCompatibility = JavaVersion .VERSION_1_8
10- targetCompatibility = JavaVersion .VERSION_1_8
11- }
12-
13- repositories {
14- jcenter()
15- mavenCentral()
16- maven {
17- setUrl(" https://oss.jfrog.org/libs-snapshot" )
18- }
19- mavenLocal()
20- }
21-
228dependencies {
239 implementation(" commons-logging:commons-logging" )
2410 implementation(" com.sparkjava:spark-core" )
Original file line number Diff line number Diff line change @@ -4,20 +4,6 @@ plugins {
44 id(" com.google.cloud.tools.jib" )
55}
66
7- java {
8- sourceCompatibility = JavaVersion .VERSION_1_8
9- targetCompatibility = JavaVersion .VERSION_1_8
10- }
11-
12- repositories {
13- jcenter()
14- mavenCentral()
15- maven {
16- setUrl(" https://oss.jfrog.org/libs-snapshot" )
17- }
18- mavenLocal()
19- }
20-
217dependencies {
228 implementation(" org.springframework.boot:spring-boot-starter-web" )
239 implementation(" org.springframework.boot:spring-boot-starter" )
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ pluginManagement {
2929dependencyResolutionManagement {
3030 repositories {
3131 mavenCentral()
32- jcenter()
3332 mavenLocal()
3433
3534 maven {
You can’t perform that action at this time.
0 commit comments