Skip to content

Commit

Permalink
Fixed broken dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Jul 4, 2016
1 parent db7588b commit 1b0450f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -83,7 +83,8 @@ processResources {
}

task deobfJar(type: Jar, dependsOn: 'jar') {
from "build/source/main"
from sourceSets.main.output
from "LICENSE.txt"
classifier "dev"
appendix = project.minecraft.version
}
Expand Down

0 comments on commit 1b0450f

Please sign in to comment.