projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02183a0
)
Include generated files in fat jar
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 7 May 2015 19:36:34 +0000
(21:36 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 7 May 2015 19:36:34 +0000
(21:36 +0200)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
8984693
..
af795fc
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-52,6
+52,7
@@
task fatJar(type: Jar) {
)
}
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
+ from { sourceSets.generated.resources.srcDirs }
with jar
dependsOn test
}