Apply idea plugin for Intellij

This commit is contained in:
vanitasvitae 2017-04-24 22:58:52 +02:00
parent 9154fa6891
commit 92902091ff
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
# IntelliJ # IntelliJ
.idea .idea
*.iml *.iml
*.ipr
*.iws
# Mac OS X # Mac OS X
.DS_Store .DS_Store

View File

@ -20,6 +20,7 @@ apply from: 'version.gradle'
allprojects { allprojects {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'eclipse' apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'jacoco' apply plugin: 'jacoco'
apply plugin: 'net.ltgt.errorprone' apply plugin: 'net.ltgt.errorprone'