diff --git a/build.gradle b/build.gradle index 0411885..379a326 100644 --- a/build.gradle +++ b/build.gradle @@ -9,10 +9,12 @@ version = '0.0.1-SNAPSHOT' sourceCompatibility = '1.8' repositories { - mavenCentral() + maven { url "http://jcenter.bintray.com" } } dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' } + + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bebef63..755a33e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ #Thu Mar 19 15:31:37 CET 2020 -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=http\://services.gradle.org/distributions/gradle-5.6.4-all.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStorePath=wrapper/dists diff --git a/infra b/infra index 6b62b0f..998358f 160000 --- a/infra +++ b/infra @@ -1 +1 @@ -Subproject commit 6b62b0f3ef5e2f24ceb19c0add50fef634f32019 +Subproject commit 998358fe5e1fd0b5dac6df7df42a01fc5b466de8