You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ma...@apache.org on 2014/01/15 22:38:01 UTC

[38/50] [abbrv] git commit: Updated build.gradle.

Updated build.gradle.


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

Branch: refs/heads/mansu/AURORA-4187_scheduler_home_page-no-seed
Commit: 2b510d4d4cdbf512ee0f396d03e946190eeaefe8
Parents: 00515c8
Author: Suman Karumuri <sk...@twitter.com>
Authored: Mon Jan 6 23:17:20 2014 -0800
Committer: Suman Karumuri <sk...@twitter.com>
Committed: Mon Jan 13 15:24:39 2014 -0800

----------------------------------------------------------------------
 build.gradle | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/2b510d4d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index d749b9b..e59c5e8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -208,11 +208,7 @@ task generateSources(dependsOn: 'bootstrapThrift') {
     inputFiles.each { File file ->
       exec {
         executable = thriftBinary
-        args = ['--gen', 'java:hashcode', '-o', outputDir, file]
-      }
-      exec {
-        executable = thriftBinary
-        args = ['--gen', 'js', '-o', outputDir, file]
+        args = ['--gen', 'java:hashcode', '--gen', 'js', '-o', outputDir, file]
       }
     }