Fixed broken imagelink for Travis CI badge
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[](https://travis-ci.org/AppliedEnergistics/Applied-Energistics-2)
|
||||
[](https://travis-ci.org/AppliedEnergistics/Applied-Energistics-2)
|
||||
[](https://github.com/AppliedEnergistics/Applied-Energistics-2/tags)
|
||||
[](https://github.com/AppliedEnergistics/Applied-Energistics-2/releases)
|
||||
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
// searches for NEI and Chicken stuff from compile set
|
||||
// and adds them to the mods in run dir
|
||||
|
||||
// task copyChicken(type: Copy, dependsOn: "extractUserDev") {
|
||||
// from { configurations.compile }
|
||||
// include "**/*Chicken*.jar", "**/*NotEnoughItems*.jar"
|
||||
// exclude "**/CodeChickenLib*" // because CCC downloads it anyways.. -_-
|
||||
// into file(minecraft.runDir + "/mods")
|
||||
// mustRunAfter "deobfBinJar"
|
||||
// mustRunAfter "repackMinecraft"
|
||||
// }
|
||||
// tasks.setupDevWorkspace.dependsOn copyChicken
|
||||
// tasks.setupDecompWorkspace.dependsOn copyChicken
|
||||
Reference in New Issue
Block a user