Skip to content

Commit c3de19f

Browse files
committed
uncommented java 8 tests check
1 parent b446509 commit c3de19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def testJava17 = tasks.register('testJava17', Test) {
163163
}
164164

165165
tasks.named('check') {
166-
//dependsOn(testJava8)
166+
dependsOn(testJava8)
167167
dependsOn(testJava17)
168168
}
169169

0 commit comments

Comments
 (0)