Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit bd097c0

Browse files
committed
add eclipse and idea plugins for easy ide support.
1 parent 0c1f7e3 commit bd097c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ subprojects {
2727
apply plugin: 'java'
2828
apply plugin: 'maven'
2929
apply plugin: 'maven-publish'
30+
apply plugin: "idea"
31+
apply plugin: "eclipse"
3032

3133
sourceCompatibility = 1.6
3234
targetCompatibility = 1.6

0 commit comments

Comments
 (0)