Update maven to 3.6.0 update gradle to 5.2.1 fix http repositories (#29)

This commit is contained in:
Leonard Brünings
2019-02-26 21:57:33 +01:00
committed by GitHub
parent e1dca70845
commit 6218e48cca
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ repositories {
// Spock releases are available from Maven Central
mavenCentral()
// Spock snapshots are available from the Sonatype OSS snapshot repository
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {