Gradle task licenses.plugin.DependencyTask is never cached
See original GitHub issueJust like #58 but for com.google.android.gms.oss.licenses.plugin.DependencyTask
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:16
Top Results From Across the Web
Solving common problems - Gradle User Manual
With cacheable tasks incorrect results are stored permanently, and can come back to haunt you later; re-running with clean won't help in this...
Read more >Gradle: Force Custom Task to always run (no cache)
I want tasks of this type to always run. It seems though they only run once, I'm guessing because the inputs never seem...
Read more >Getting Started with Gradle Enterprise for Gradle users
Many of Gradle's built-in tasks are cacheable, and increasingly many tasks from third-party community plugins are cacheable. Remote Build Cache ...
Read more >Extend the Android Gradle plugin - Android Developers
We do assume basic knowledge about how Gradle works, including how to configure projects, edit build files, apply plugins, and run tasks.
Read more >The Gradle build system- Tutorial - Vogella.com
This plug-in adds tasks to your project which allow compiling Java source code, run unit tests and to create a JAR file. A...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/google/play-services-plugins/releases/tag/oss-licenses-plugin-v0.10.3
I have created PR #152 to fix this issue in a minimal way. Could someone please check it?