Skip to content

Commit

Permalink
commented java 8 tests check
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Oct 30, 2024
1 parent 9a5c47a commit 61ed925
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 @@ -155,7 +155,7 @@ def testJava17 = tasks.register('testJava17', Test) {
}

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

Expand Down

0 comments on commit 61ed925

Please sign in to comment.