mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 07:17:58 +01:00
Add jumpingcastle as a gradle dependency
This commit is contained in:
parent
b8963f0350
commit
5b9b5b557c
2 changed files with 10 additions and 0 deletions
10
build.gradle
10
build.gradle
|
@ -49,6 +49,7 @@ targetCompatibility = 1.8
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
external {
|
external {
|
||||||
|
compileClasspath += main.compileClasspath
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
compileClasspath += external.output
|
compileClasspath += external.output
|
||||||
|
@ -56,6 +57,15 @@ sourceSets {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
flatDir {
|
||||||
|
dir 'lib'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
dependencies {
|
||||||
|
deobfCompile('com.minelittlepony:jumpingcastle:1.12.2.1.0.0:universal')
|
||||||
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
def props = [
|
def props = [
|
||||||
modid: project.modid,
|
modid: project.modid,
|
||||||
|
|
BIN
lib/jumpingcastle-1.12.2.1.0.0-universal.jar
Normal file
BIN
lib/jumpingcastle-1.12.2.1.0.0-universal.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue