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:
@@ -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..
|
||||
|
||||
Reference in New Issue
Block a user