Skip to content
Snippets Groups Projects
Commit bd097c08 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

add eclipse and idea plugins for easy ide support.

parent 0c1f7e3b
Branches ivy-repo
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ subprojects { ...@@ -27,6 +27,8 @@ subprojects {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'maven' apply plugin: 'maven'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
apply plugin: "idea"
apply plugin: "eclipse"
sourceCompatibility = 1.6 sourceCompatibility = 1.6
targetCompatibility = 1.6 targetCompatibility = 1.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment