Skip to content

Commit

Permalink
Make libJar work recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJohz committed Sep 23, 2014
1 parent c006610 commit d3af507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -145,7 +145,7 @@ task deobfJar(type: Jar) {
// Create API library jar
task libJar(type: Jar) {
from(sourceSets.main.java) {
include "tconstruct/library/*"
include "tconstruct/library/**/*"
}
classifier = 'lib'
}
Expand Down

0 comments on commit d3af507

Please sign in to comment.