Zongle Wang
Zongle Wang
It seems like publishing to mavenLocal is ok. 
@yschimke Should we add github cache actions on CI? See https://github.com/actions/cache
Seems happens on the showing of the thrid item ?
> i can confirm, i am also facing a terrible lag. From 0.8.2?I remembered 0.8.1 without this issus.
> Also see this similar https://github.com/square/okhttp/issues/6943. AdoptOpenJDK ist deprecated. Upgrading this project to the current Gradle version (which is 7.5.1) would be a huge step to fixing this. We can...
With `com.google.android.gms:oss-licenses-plugin:0.10.5`: ``` 966 problems were found storing the configuration cache, 13 of which seem unique. - Task `:aospWithQuickstepReleaseOssLicensesTask` of type `com.google.android.gms.oss.licenses.plugin.LicensesTask`: invocation of 'Task.project' at execution time is unsupported....
Link #50, still blocking on #222, provide a workaround, you can configure a `resolutionStrategy` in `settings.gradle` like: ```kotlin pluginManagement { repositories { google() } resolutionStrategy { eachPlugin { if (requested.id.id...
If we can support this ability by default?
https://github.com/Goooler/DemoApp/runs/5330136144?check_suite_focus=true Same issue, my config is: ```yml build: name: Build strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with:...