1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00

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'