Merge pull request #128 from vanitasvitae/applyPluginIdea

Apply idea plugin for Intellij
This commit is contained in:
Florian Schmaus 2017-04-25 07:42:41 +02:00 committed by GitHub
commit 724421e1ae
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'