Commit 1af424c
Fix testWithJava21 task running zero tests
The testWithJava21 task was missing testClassesDirs, classpath, and
dependsOn configuration that testWithJava17 and testWithJava11 have.
Without these, Gradle finds no test classes and silently succeeds
with 0 tests executed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6c2cdb0 commit 1af424c
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
364 | 369 | | |
365 | 370 | | |
366 | 371 | | |
| |||
0 commit comments