From e011d60987c58830a0df573b7cfc91f558cbd422 Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 27 Nov 2017 01:27:55 +0000 Subject: [PATCH] Add project file generation for IDEA --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8ccdfd2523..c1f437f434 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,12 @@ subprojects { apply plugin: 'java' apply plugin: 'eclipse' + apply plugin: 'idea' repositories { jcenter() } - dependencies { testCompile 'junit:junit:4.+' testCompile 'org.hamcrest:hamcrest-library:1.3'