Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabit101 authored and dries007 committed Oct 17, 2016
1 parent b2e8dae commit 46ee41e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
19 changes: 0 additions & 19 deletions build.gradle
Expand Up @@ -60,25 +60,6 @@ dependencies {

}

processResources
{
// this will ensure that this task is redone when the versions change.
inputs.property "version", project.version
inputs.property "mcversion", project.minecraft.version

// replace stuff in mcmod.info, nothing else
from(sourceSets.main.resources.srcDirs) {
include 'mcmod.info'

// replace version and mcversion
expand 'version':project.version, 'mcversion':project.minecraft.version
}

// copy everything else, thats not the mcmod.info
from(sourceSets.main.resources.srcDirs) {
exclude 'mcmod.info'
}
}

task deobfJar(type: Jar) {
from sourceSets.main.output
Expand Down
21 changes: 0 additions & 21 deletions src/main/resources/mcmod.info

This file was deleted.

0 comments on commit 46ee41e

Please sign in to comment.