Skip to content
This repository has been archived by the owner on Oct 20, 2019. It is now read-only.

Commit

Permalink
Set build output directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTER7 committed Apr 27, 2014
1 parent dfcb954 commit 82c3a33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## gradle
/.gradle
/build
/output

## ForgeGradle
/run
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ processResources
exclude 'mcmod.info'
}
}

jar {
destinationDir = file 'output'
}

0 comments on commit 82c3a33

Please sign in to comment.