Updated build.gradle to use local distributions of Replay Studio instead of mvn repo (which didn't work on Mac)

Edited gradle-wrapper.properties to fix server-side gradle bug
This commit is contained in:
Marius Metzger
2015-04-12 02:57:00 +02:00
parent 6fccba7fe4
commit 2be8e4cb6b
2 changed files with 1 additions and 6 deletions

View File

@@ -33,17 +33,12 @@ minecraft {
mappings = "snapshot_nodoc_20141130"
}
repositories {
maven { url "https://repo.johni0702.de/content/groups/public/" }
}
configurations {
shade
compile.extendsFrom shade
}
dependencies {
shade 'de.johni0702:replaystudio:0.0.1-SNAPSHOT'
shade fileTree(dir: 'libs', includes: ['*.jar'])
// you may put jars on which you depend on in ./libs
// or you may define them like so..