Mercurial > hg > Database > Alice
diff build.gradle @ 357:d2e243ddcd68 multicast
need to change JDK version from JDK6 to JDK8.
author | sugi |
---|---|
date | Tue, 13 May 2014 13:30:08 +0900 |
parents | bef74861969a |
children | 9f6674e503df |
line wrap: on
line diff
--- 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'