Skip to content

Commit

Permalink
uncommented java 8 tests check
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Nov 11, 2024
1 parent b446509 commit c3de19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def testJava17 = tasks.register('testJava17', Test) {
}

tasks.named('check') {
//dependsOn(testJava8)
dependsOn(testJava8)
dependsOn(testJava17)
}

Expand Down

0 comments on commit c3de19f

Please # to comment.