Mercurial > hg > Database > Christie
diff build.gradle @ 107:825e01825ad3
update java11
author | akahori |
---|---|
date | Wed, 31 Oct 2018 11:04:55 +0900 |
parents | 59fabebb67d8 |
children | 7ca232bc1009 |
line wrap: on
line diff
--- a/build.gradle Sun Oct 07 12:23:31 2018 +0900 +++ b/build.gradle Wed Oct 31 11:04:55 2018 +0900 @@ -2,8 +2,8 @@ apply plugin: 'eclipse' apply plugin: 'maven' -sourceCompatibility = 1.8; -targetCompatibility = 1.8; +sourceCompatibility = 11; +targetCompatibility = 11; [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' group = 'cr.ie.u_ryukyu.ac.jp' @@ -15,7 +15,7 @@ dependencies { compile fileTree(dir: 'lib', include: '*.jar') - testCompile group: 'junit', name: 'junit', version: '4.21' + testCompile('org.junit.jupiter:junit-jupiter-api:5.2.0') compile group: 'org.msgpack', name: 'msgpack', version: '0.6.12' }