Rodrigo Bamboo
Rodrigo Bamboo
So build logic applied to one project can react to data computed by build logic applied to a different project. Use-cases to be defined more clearly...
### Context ### Contributor Checklist - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md) - [ ] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to the terms...
WIP
And var should allow multiple declarations.
To track unique problems so the dependency on the `capsule` library (which was being used in a single place) can be removed. ### Reviewing cheatsheet Before merging the PR, comments...
Initially by extracting three modules: - `:configuration-problems-base`: base utilities for reporting configuration problems with structured messages and property traces - `:object-graph-serialization`: aimed at holding the core configuration cache serialization implementation...
### Current Behavior Build fails with: ``` * What went wrong: Execution failed for task ':init'. > Could not find template 'kotlinapplication/junitjupiter/AppTest.kt.template' in classpath. ``` ### Expected Behavior Build succeeds...
The new API should preserve the order of configuration for each project (but not necessarily across projects). For example, in the following scenario, the order in which Gradle runs the...
Apply snappy compression to Configuration Cache entries Compression and encryption are offloaded to a separate thread, utilizing a pool of byte buffers capped at a maximum memory working set of...