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
`--release` also verifies that only API from that Java version is used.
Otherwise when building with a JDK newer than the target version it would
be possible to accidentally use API not available in the target version.
0 commit comments