# HG changeset patch # User sugi # Date 1399955408 -32400 # Node ID d2e243ddcd68c808ad0077796673181d26c7d7ba # Parent b1b20a39b4482e40297007e4132fd499a4c3c619 need to change JDK version from JDK6 to JDK8. diff -r b1b20a39b448 -r d2e243ddcd68 .classpath --- a/.classpath Mon May 12 18:29:06 2014 +0900 +++ b/.classpath Tue May 13 13:30:08 2014 +0900 @@ -3,7 +3,7 @@ - + diff -r b1b20a39b448 -r d2e243ddcd68 build.gradle --- a/build.gradle Mon May 12 18:29:06 2014 +0900 +++ b/build.gradle Tue May 13 13:30:08 2014 +0900 @@ -1,8 +1,8 @@ apply plugin: 'java' apply plugin: 'eclipse' -sourceCompatibility = 1.6 -targetCompatibility = 1.6 +sourceCompatibility = 1.8 +targetCompatibility = 1.8 [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' version = '1.0'