Nelson Osacky
Nelson Osacky
# Current situation Tasks which use undeclared inputs are problematic because Gradle cannot keep track of them and thus they can cause builds to become incorrect. When one of the...
Resolving dependencies at configuration time is a performance problem. See here: https://docs.gradle.org/current/userguide/performance.html#dont_resolve_dependencies_at_configuration_time This is happening on this line: https://github.com/shwenzhang/AndResGuard/blob/master/AndResGuard-gradle-plugin/src/main/groovy/com/tencent/gradle/ExecutorExtension.groovy#L64 A better solution would be to use a file provider as...
This PR does 3 things: - Update to Gradle 7.6 along with the wrapper scripts - Adds Gradle Wrapper validation actions - Simplifies buildscripts in build.gradle and settings.gradle
I'm converting my Gradle plugin to use `gradle-maven-publish-plugin` I'm currently getting the following error when attempting to publish my plugin. ``` > Closing the repository failed with the following errors:...
The updated version patches CVE-2023-3635 Also adds dependabot
### Expected Behavior A user should be able to configure whether or not a work unit is stored/retrieved to/from the remote build cache. The exact API should be discussed but...
- AGP Update - Update build files - Update more buildscripts
The `bucket` property is optional and might not have a value. It needs to be marked as such otherwise Gradle 7 will fail the build. ``` * What went wrong:...