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 {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
repositories {
jcenter()
}
dependencies {
testCompile 'junit:junit:4.+'
testCompile 'org.hamcrest:hamcrest-library:1.3'