HTTPS jcenter

Signed-off-by: Etzelia <etzelia@hotmail.com>
gradle
Etzelia 2020-09-07 16:16:01 -05:00
parent bb4f4522d9
commit 9daca896cd
No known key found for this signature in database
GPG Key ID: 708511AE7ABC5314
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ sourceCompatibility = '8'
repositories {
mavenLocal()
maven {url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/'}
maven {url = 'http://jcenter.bintray.com'}
maven {url = 'https://jcenter.bintray.com'}
maven {url = 'https://jitpack.io'}
}