Commit 3e8a13a
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.1 parent e46f020 commit 3e8a13a
2 files changed
+33
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
249 | 259 | | |
250 | 260 | | |
251 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
105 | | - | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
325 | 330 | | |
326 | 331 | | |
327 | 332 | | |
328 | | - | |
| 333 | + | |
329 | 334 | | |
330 | 335 | | |
331 | 336 | | |
332 | 337 | | |
333 | | - | |
| 338 | + | |
334 | 339 | | |
335 | | - | |
336 | 340 | | |
337 | 341 | | |
338 | 342 | | |
| |||
482 | 486 | | |
483 | 487 | | |
484 | 488 | | |
| 489 | + | |
485 | 490 | | |
486 | | - | |
| 491 | + | |
487 | 492 | | |
488 | | - | |
| 493 | + | |
489 | 494 | | |
490 | | - | |
491 | | - | |
492 | | - | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
512 | 498 | | |
| 499 | + | |
| 500 | + | |
513 | 501 | | |
514 | | - | |
| 502 | + | |
515 | 503 | | |
516 | | - | |
| 504 | + | |
517 | 505 | | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
518 | 510 | | |
519 | 511 | | |
520 | 512 | | |
| |||
523 | 515 | | |
524 | 516 | | |
525 | 517 | | |
| 518 | + | |
526 | 519 | | |
527 | 520 | | |
528 | 521 | | |
| |||
0 commit comments