Commit 145c15a
Restore original errorprone-jdk25 profile structure
The previous fix incorrectly split the errorprone-jdk25 profile into
errorprone-jdk21 ([21,)) and errorprone-jdk25 ([25,)). Error Prone 2.48.0
requires JDK 25+ (not just 21+), causing compilation failures on JDK 21.
Restore the single errorprone-jdk25 profile with [25,) activation that
includes Error Prone 2.48.0, NullAway 0.13.1, and --should-stop=ifError=FLOW,
matching the original main branch structure.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e46f020 commit 145c15a
1 file changed
Lines changed: 5 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
496 | 499 | | |
497 | 500 | | |
498 | 501 | | |
| |||
510 | 513 | | |
511 | 514 | | |
512 | 515 | | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | 516 | | |
533 | 517 | | |
0 commit comments