mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 15:37:59 +01:00
update liteloader jenkins url
This commit is contained in:
parent
375920b179
commit
ed8bdbac9a
1 changed files with 8 additions and 4 deletions
12
build.gradle
12
build.gradle
|
@ -76,7 +76,7 @@ repositories{
|
||||||
}
|
}
|
||||||
ivy {
|
ivy {
|
||||||
name 'liteloader jenkins'
|
name 'liteloader jenkins'
|
||||||
url 'http://jenkins.liteloader.com/job/LiteLoader%20Gradle'
|
url 'http://jenkins.liteloader.com/view/1.8.9/job/LiteLoader%201.8.9'
|
||||||
layout('pattern') {
|
layout('pattern') {
|
||||||
artifact '[organization]/artifact/build/libs/[artifact]-[revision](-[classifier]).[ext]'
|
artifact '[organization]/artifact/build/libs/[artifact]-[revision](-[classifier]).[ext]'
|
||||||
}
|
}
|
||||||
|
@ -85,9 +85,13 @@ repositories{
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// compile project('LiteLoader')
|
// compile project('LiteLoader')
|
||||||
// deobfCompile '1:liteloader:1.8.9-SNAPSHOT'
|
deobfCompile 'lastSuccessfulBuild:liteloader:1.8.9-SNAPSHOT'
|
||||||
compile 'org.spongepowered:mixin:0.5.3-SNAPSHOT'
|
compile('org.spongepowered:mixin:0.5.3-SNAPSHOT') {
|
||||||
compile 'org.ow2.asm:asm-debug-all:5.0.3'
|
exclude module: 'asm-commons'
|
||||||
|
exclude module: 'asm-tree'
|
||||||
|
exclude module: 'launchwrapper'
|
||||||
|
exclude module: 'guava'
|
||||||
|
}
|
||||||
compile 'net.minecraft:launchwrapper:1.12'
|
compile 'net.minecraft:launchwrapper:1.12'
|
||||||
}
|
}
|
||||||
jar {
|
jar {
|
||||||
|
|
Loading…
Reference in a new issue