Revert gradle and shadow-plugin downgrades

This commit is contained in:
Blue (Lukas Rieger) 2020-01-15 20:37:03 +01:00
parent fa0d13f48f
commit d8e45f1c00
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
dependencies {
compile "org.spongepowered:spongeapi:7.1.0-SNAPSHOT"
shadow "org.spongepowered:spongeapi:7.1.0-SNAPSHOT"
compile group: 'org.bstats', name: 'bstats-sponge-lite', version: '1.5'
compile project(':BlueMapCore')
}

View File

@ -1,6 +1,6 @@
plugins {
id 'java'
id 'com.github.johnrengelman.shadow' version '1.2.4'
id 'com.github.johnrengelman.shadow' version '5.1.0'
}
allprojects {

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists