You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by xi...@apache.org on 2018/01/09 01:26:08 UTC

[27/33] samza-hello-samza git commit: Support intellij in build.gradle

Support intellij in build.gradle


Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/e7811dbf
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/e7811dbf
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/e7811dbf

Branch: refs/heads/master
Commit: e7811dbf7f9090740f6178f4e763d796a75091e2
Parents: 48c858a
Author: xiliu <xi...@xiliu-ld1.linkedin.biz>
Authored: Mon Oct 30 16:26:18 2017 -0700
Committer: xiliu <xi...@xiliu-ld1.linkedin.biz>
Committed: Mon Oct 30 16:26:18 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/e7811dbf/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index ec451d5..9d1f543 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,6 +18,7 @@
  */
 
 apply plugin: 'eclipse'
+apply plugin: 'idea'
 apply plugin: 'java'
 
 defaultTasks 'distTar'