info comment

This commit is contained in:
Greg Gauthier 2020-11-19 08:52:51 +00:00
parent 478c439300
commit b1f2174e99
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ dependencies {
testImplementation 'io.cucumber:cucumber-junit:6.7.0' testImplementation 'io.cucumber:cucumber-junit:6.7.0'
} }
//java { //java { // THIS WILL BREAK THE DB DEMO, WHICH REQUIRES JDK11
// sourceCompatibility = JavaVersion.VERSION_1_8 // sourceCompatibility = JavaVersion.VERSION_1_8
// targetCompatibility = JavaVersion.VERSION_1_8 // targetCompatibility = JavaVersion.VERSION_1_8
//} //}