Add project file generation for IDEA

This commit is contained in:
str4d
2017-11-27 01:27:55 +00:00
parent d76d68ea8d
commit e011d60987

View File

@@ -1,12 +1,12 @@
subprojects { subprojects {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'eclipse' apply plugin: 'eclipse'
apply plugin: 'idea'
repositories { repositories {
jcenter() jcenter()
} }
dependencies { dependencies {
testCompile 'junit:junit:4.+' testCompile 'junit:junit:4.+'
testCompile 'org.hamcrest:hamcrest-library:1.3' testCompile 'org.hamcrest:hamcrest-library:1.3'