Skip to content

Commit

Permalink
Bring back generation of dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
mchorse committed Aug 9, 2018
1 parent 5788944 commit e6ce096
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ minecraft
replace "@VERSION@", project.version
}

task deobfJar(type: Jar)
{
from sourceSets.main.output
classifier = 'dev'
}

artifacts
{
archives deobfJar
}

processResources
{
inputs.property "version", project.version
Expand Down

0 comments on commit e6ce096

Please sign in to comment.