mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-03-24 18:32:14 +01:00
updated java version so it matches javascript version of tests
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user