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
The repackaged jar doesn't contain META-INF/services/com.sun.tools.javac.platform.PlatformProvider, which is needed for --release support. See tbroyer/gradle-errorprone-plugin#52 (comment).
The text was updated successfully, but these errors were encountered:
Fwiw (and I have absolutely no idea what impact it would have), it doesn't include the module-info.class either (which can also be used to declare services)
The repackaged jar doesn't contain
META-INF/services/com.sun.tools.javac.platform.PlatformProvider
, which is needed for--release
support. See tbroyer/gradle-errorprone-plugin#52 (comment).The text was updated successfully, but these errors were encountered: