Sterling Greene

Results 244 comments of Sterling Greene

One idea that's come up before is to break out some of the common things that people want to set, so instead of changing `org.gradle.jvmargs`, you would have several individual...

We need to investigate why this seems to be the case. In the given reproducer, the transforms all have projects that depend on each other (list

This is tied up into how Gradle handles symbolic links in other ways, but we should be able to split extracting symbolic links from creating them in archives. At the...

We like the idea. We're currently in the middle of finalizing the next major and then we'll take a look.

@bot-gradle test this

A streaming writer looks reasonable. We're in the middle of the 8.14 and 9.0 releases, but we'll take a look when those have died down.

We're not working on this for 8.x. We're revisiting properties in 9.0 to convert them to Providers, but we won't be consolidating them yet. We should look at this holistically...

We're trying to understand what you're doing. Are you changing the project `:{customer-name}:production:r3`'s project directory to `umbrella-project/build/{customer-name}/production/r3`? If so, you could also change the project `:{customer-name}`'s project directory to `umbrella-project/build/{customer-name}`...