From bd097c0851e6223971a6ac951ea70d9da32f3042 Mon Sep 17 00:00:00 2001 From: Daniel Stonier <d.stonier@gmail.com> Date: Wed, 18 Feb 2015 12:37:19 +0900 Subject: [PATCH] add eclipse and idea plugins for easy ide support. --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index e2d4f8f..9baab4c 100644 --- a/build.gradle +++ b/build.gradle @@ -27,6 +27,8 @@ subprojects { apply plugin: 'java' apply plugin: 'maven' apply plugin: 'maven-publish' + apply plugin: "idea" + apply plugin: "eclipse" sourceCompatibility = 1.6 targetCompatibility = 1.6 -- GitLab