-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration Cache is not working for two tasks #206
Comments
I'm also facing this problem with Gradle
Support of Gradle configuration cache would be really nice because we Android developers need faster builds desperately 😉 |
Also having issues with this plugin: 1 problem was found storing the configuration cache.
|
With
|
For ones who need config cache support, you can migrate this plugin to Licensee, just ref: |
Thanks for the share @Goooler. Quick questions:
|
|
@Goooler I don't quite understand. Licensee is for verifying that you only use approved OSS licenses in your project and Google Play OSS Licenses is for showing licenses information in your Android application. How do they work together? |
I'm using:
com.google.android.gms:oss-licenses-plugin:0.10.4
with gradle version 7.2
and
com.android.tools.build:gradle:7.0.2
When I'm running
./gradlew :app:assembleDebug --configuration-cache
on a clean build I get problems with two tasks:
generateLicenses
anddependencyTask
I'm attaching the stacktraces here since I can't attach the html report
generateLicenses task:
getDependencies task
The text was updated successfully, but these errors were encountered: