FYI: This #994 PR that got merged 21 hours ago added two new warnings that are now failing the build. This is due to the newly introduced allWarningsAsErrors = true configuration.
As such, this simple fix PR resolves/suppresses there two warnings to make it possible for the assemble and testUnitTest task to be successful again.
FYI: I am not closing this PR as it is now unnecessary due to the fact that these changes have already been included and merge via this other PR just now.
👋 @planarvoid @khaykov !
FYI: This #994 PR that got merged 21 hours ago added two new warnings that are now failing the build. This is due to the newly introduced
allWarningsAsErrors = true
configuration.As such, this simple fix PR resolves/suppresses there two warnings to make it possible for the
assemble
andtestUnitTest
task to be successful again.