Mercurial > hg > Database > Christie
diff build.gradle @ 17:59fabebb67d8
delete cgmName as String, add cgmID as int
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 18 Jan 2018 16:49:54 +0900 |
parents | b49a926cbdd9 |
children | 825e01825ad3 |
line wrap: on
line diff
--- a/build.gradle Mon Jan 15 16:27:58 2018 +0900 +++ b/build.gradle Thu Jan 18 16:49:54 2018 +0900 @@ -2,8 +2,8 @@ apply plugin: 'eclipse' apply plugin: 'maven' -sourceCompatibility = 1.9; -targetCompatibility = 1.9; +sourceCompatibility = 1.8; +targetCompatibility = 1.8; [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' group = 'cr.ie.u_ryukyu.ac.jp'