Download ServerUtilsUpdater on the fly instead of shading it in
This commit is contained in:
parent
0f754e1c38
commit
99b5aadefe
4 changed files with 57 additions and 54 deletions
|
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue