Sterling Greene
Sterling Greene
@prbprbprb take a look at https://github.com/gradle/gradle/blob/89ea0aa47a16cc0b2e741154476d0847a9c4161a/subprojects/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/AbstractGccCompatibleToolChainTest.groovy#L312 I think making that also check for aarch64 would do it. I think these are the only docs that need to be updated right...
@bot-gradle test this
Thanks @wolfs, if this unblocks you, let's merge it. We'll follow up with #13955
I don't believe this is the case. Here's the directory structure for the application project generated by `gradle init` with 7.5: ``` app/build/install/ └── app ├── bin │ ├── app...
@CoXier it's just [tree](https://linux.die.net/man/1/tree)
Your PR is failing the DCO checks because your commits aren't signed. This looks like it was working before, e.g., you can see the "Verified" on this other commit: https://github.com/gradle/gradle/commit/d56201ebafa278d4079d43cfd41a04e7ba143c1c...
@jvandort if we're putting this in 7.6, please rebase and retarget this for release.
Have you tried using the extension on the test task to exclude the classes from analysis? ``` test { jacoco { excludes = [ "somelib/**" ] } } ``` We...
@bot-gradle test and merge
@eskatos I think this is going to get worse as we release more versions of Gradle. Would it make sense for us to embed the wrapper checksums for previously released...