Skip to content

Commit

Permalink
modify build.gradle for support eclipse ide
Browse files Browse the repository at this point in the history
  • Loading branch information
shin285 committed Jun 9, 2016
1 parent 3c44487 commit 736e175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

// Apply the java plugin to add support for Java
apply plugin: 'java'
apply plugin: 'eclipse'

// In this section you declare where to find the dependencies of your project
repositories {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sat Apr 23 01:47:58 KST 2016
#Sat Apr 23 02:24:41 KST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 736e175

Please sign in to comment.