Browse Source

Use https version of jcenter, as the http version has been dropped

MeFisto94 5 years ago
parent
commit
b3508bbfbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -16,7 +16,7 @@ if (!hasProperty('mainClass')) {
 repositories {
     mavenLocal()
     jcenter {
-        url "http://jcenter.bintray.com/"
+        url "https://jcenter.bintray.com/"
     }
     mavenCentral()
     maven {