updated java version so it matches javascript version of tests

This commit is contained in:
Emily Bache
2019-08-13 09:38:05 +02:00
parent 754b102fd5
commit f20b30d0b8
6 changed files with 36 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'java'
group 'kata'
version '1.0-SNAPSHOT'
sourceCompatibility = 12
sourceCompatibility = 11
repositories {
mavenCentral()
@@ -17,5 +17,5 @@ test {
dependencies {
testCompile 'org.junit.jupiter:junit-jupiter:5.5.1'
testCompile 'org.assertj:assertj-core:3.13.2'
testCompile 'com.approvaltests:approvaltests:3.2.0'
}