From d4b85cde75ed533eeca756f990613e695b5b0a10 Mon Sep 17 00:00:00 2001 From: yueh Date: Sun, 2 Oct 2016 01:40:14 +0200 Subject: [PATCH] Fixed broken imagelink for Travis CI badge --- README.md | 2 +- gradle/scripts/autoinstallruntime.gradle | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 gradle/scripts/autoinstallruntime.gradle diff --git a/README.md b/README.md index 72b64f0a..d6046bb6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/gradle/scripts/autoinstallruntime.gradle b/gradle/scripts/autoinstallruntime.gradle deleted file mode 100644 index cafbd76a..00000000 --- a/gradle/scripts/autoinstallruntime.gradle +++ /dev/null @@ -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