Download ServerUtilsUpdater on the fly instead of shading it in

This commit is contained in:
Frank van der Heijden 2020-10-04 16:16:54 +02:00
parent 0f754e1c38
commit 99b5aadefe
No known key found for this signature in database
GPG key ID: 26DA56488D314D11
4 changed files with 57 additions and 54 deletions

View file

@ -3,12 +3,11 @@ version = rootProject.version
archivesBaseName = rootProject.name + '-Common'
repositories {
mavenCentral()
flatDir { dirs 'src/main/resources' }
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly name: 'ServerUtilsUpdater'
compileOnly 'com.github.FrankHeijden:ServerUtilsUpdater:v1.0.0'
compileOnly 'com.google.code.gson:gson:2.8.0'
}