Commit 68489e45 authored by Tim Olshansky's avatar Tim Olshansky

Merge pull request #113 from sivakumar-kailasam/master

[Enhancement] Add IDE plugins to build file
parents faeba637 44158323
......@@ -10,4 +10,6 @@ target/*
target
.classpath
.project
.settings
\ No newline at end of file
.settings
*.ipr
*.iws
......@@ -7,6 +7,10 @@ buildscript {
apply plugin: 'java'
apply plugin: 'maven'
// IDE plugins
apply plugin: 'idea'
apply plugin: 'eclipse'
sourceCompatibility = 1.7
targetCompatibility = 1.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment