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 Android controller Gradle build emits this warning. We should fix it!
❯ ./gradlew build
> Configure project :
WARNING: Using flatDir should be avoided because it doesn't support any meta-data formats.
> Task :compileDebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :compileReleaseJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :lintReportDebug
Wrote HTML report to file:///Users/joe/Developer/zeroc-ice/ice/java/test/android/controller/build/reports/lint-results-debug.html
The text was updated successfully, but these errors were encountered:
The Android controller Gradle build emits this warning. We should fix it!
The text was updated successfully, but these errors were encountered: