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
[error] -- [E008] Not Found Error: ...\BuildInfo.scala:12:25
[error] 12 | buildInfoInputStream.close()
[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[error] | value close is not a member of java.io.InputStream | Null.
[error] | Since explicit-nulls is enabled, the selection is rejected because
[error] | java.io.InputStream | Null could be null at runtime.
[error] | If you want to select close without checking for a null value,
[error] | insert a .nn before .close or import scala.language.unsafeNulls.
The text was updated successfully, but these errors were encountered:
As a workaround, you can add the buildinfo plugin to a separate module that is used only for that and doesn't have the -Yexplicit-nulls option. Then you can depend on that module using moduleDeps.
mill version: 0.11.5
error:
The text was updated successfully, but these errors were encountered: