You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify that the published artifact was compiled with Java 8
Previous check was verifying that the `releaseCheck` task was running with Java 8, not necessarily that the published artifact was compiled with Java 8. By default, tasks will use Java 21 as it is the default JDK on our CI agents, and only compilation tasks will use 8 through Gradle toolchains.
Signed-off-by: Pavlo Shevchenko <[email protected]>
0 commit comments