You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datafu.apache.org by jg...@apache.org on 2015/11/11 21:27:32 UTC

incubator-datafu git commit: DATAFU-103 Add IntelliJ Idea support to build file

Repository: incubator-datafu
Updated Branches:
  refs/heads/master f03e9ba6c -> ef94e55d1


DATAFU-103 Add IntelliJ Idea support to build file


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

Branch: refs/heads/master
Commit: ef94e55d1592acdd1d9340ab77f6b02cbdc2d60f
Parents: f03e9ba
Author: Jakob Homan <jg...@gmail.com>
Authored: Wed Nov 11 12:27:20 2015 -0800
Committer: Jakob Homan <jg...@gmail.com>
Committed: Wed Nov 11 12:27:20 2015 -0800

----------------------------------------------------------------------
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/ef94e55d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 89a9d33..97ab950 100644
--- a/build.gradle
+++ b/build.gradle
@@ -92,4 +92,5 @@ rat {
 
 allprojects {
   apply plugin: 'eclipse'
-}
\ No newline at end of file
+  apply plugin: 'idea'
+}