Fixed broken imagelink for Travis CI badge

This commit is contained in:
yueh 2016-10-02 01:40:14 +02:00
parent fdee124875
commit d4b85cde75
2 changed files with 1 additions and 14 deletions

View File

@ -1,4 +1,4 @@
[![Travis](https://img.shields.io/travis/AppliedEnergistics/Applied-Energistics-2.svg?maxAge=2592000?style=flat-square)](https://travis-ci.org/AppliedEnergistics/Applied-Energistics-2)
[![Travis](https://img.shields.io/travis/AppliedEnergistics/Applied-Energistics-2.svg?maxAge=2592000&style=flat-square)](https://travis-ci.org/AppliedEnergistics/Applied-Energistics-2)
[![Latest Tag](https://img.shields.io/github/tag/AppliedEnergistics/Applied-Energistics-2.svg?label=Latest Tag&style=flat-square)](https://github.com/AppliedEnergistics/Applied-Energistics-2/tags)
[![Latest Release](https://img.shields.io/github/release/AppliedEnergistics/Applied-Energistics-2.svg?label=Latest Release&style=flat-square)](https://github.com/AppliedEnergistics/Applied-Energistics-2/releases)

View File

@ -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