You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ke...@apache.org on 2013/12/04 21:12:14 UTC

[5/8] git commit: Adding generated files into jar

Adding generated files into jar


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/ce669c1a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/ce669c1a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/ce669c1a

Branch: refs/heads/master
Commit: ce669c1aa277272441cd3b94fd59c6144834d829
Parents: 2f79ec3
Author: Maxim Khutornenko <mk...@twitter.com>
Authored: Tue Nov 26 17:51:02 2013 -0800
Committer: Maxim Khutornenko <mk...@twitter.com>
Committed: Tue Nov 26 17:51:02 2013 -0800

----------------------------------------------------------------------
 build.gradle | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/ce669c1a/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index d5e08ab..b39d837 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,6 +79,10 @@ sourceSets {
   }
 }
 
+jar {
+    from sourceSets.generated.output
+}
+
 dependencies {
   compile 'aopalliance:aopalliance:1.0'
   compile 'com.google.code.findbugs:jsr305:1.3.9'