Commit 5d8a26c
committed
[CI] Skip compile on samples execution
In our check-samples.yml we always compile with Java 25 but we
execute with varying JVMs from 17-25. However, since NullAway is
in main it requires Java 22+. This commit skips the compileJava
target as it should be compiled by previous step that puts it in
local publications repo.
Signed-off-by: onobc <[email protected]>1 parent 7573564 commit 5d8a26c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
0 commit comments