1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-21 19:42:05 +01:00

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
.idea
*.iml
*.ipr
*.iws
# Mac OS X
.DS_Store

View file

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