Sterling Greene
Sterling Greene
@bot-gradle test AST
As a workaround, I think you can force the main Gradle build to use UTF8 on Java 17. On Java 18+, the JVM defaults to UTF8 anyways.
maybe related #29895
Agree that we should improve the docs here.
Given the way artifact transforms are selected, we agree that controlling the order of artifact transforms is difficult. In this particular case, you can control the order using extra attributes...
This feature request is in the backlog of the relevant team and is prioritized by them.
Related: https://github.com/gradle/gradle/issues/26009 We don't want to disable caching because caching is an important part of how Gradle works. Using a dynamic version for the catalog will make your builds non-reproducible....
I think we need to re-evaluate how we expect version catalogs to work WRT dynamic dependencies. We're not going to address this before Gradle 9.0
We're not planning on supporting custom publication types or repositories at this time. The easiest thing for you to do right now is to put your custom publications in your...
The compatibility rules are intentionally the combination of the consumer and producer projects. We do not currently support publishing producer attribute schemas to an external location. Ideally, we would have...