Slackbot
04/12/2023, 8:09 PMVampire
04/12/2023, 8:16 PMVampire
04/12/2023, 8:18 PMVampire
04/12/2023, 8:20 PMSee the upgrading guide if you were already using this feature in previous releases, as allUpgrade guide:properties were renamed to reflect the fact they are now fully supported.org.gradle.unsafe.configuration-cache...
Configuration cache options renamed
In this release, the configuration cache feature was promoted from incubating to stable, and as such, all properties originally mentioned in the feature documentation (which had anpart in their names, e.g.unsafe
) were renamed, in some cases, by just removing theorg.gradle.unsafe.configuration-cache
bit.unsafe
*Incubating propertyFinalized property*`org.gradle.unsafe.configuration-cache`
org.gradle.configuration-cache
org.gradle.unsafe.configuration-cache-problems
`org.gradle.configuration-cache.problems`*
org.gradle.unsafe.configuration-cache.max-problems
org.gradle.configuration-cache.max-problems
Note that the originalproperties continue to be honored in this release, and no warnings will be produced if they are used, but they will be deprecated and removed in a future release.org.gradle.unsafe.configuration-cache…
git grep
only comes up with properties files, docs, tests, and subprojects/core/src/main/java/org/gradle/initialization/StartParameterBuildOptions.java
where they are used as "deprecated name"Jakub Chrzanowski
04/12/2023, 8:31 PMunsafe
property set.
StartParameterBuildOptions
and deprecated names is helpful here — but I didn’t notice such deprecation message in the console. 🤔Vampire
04/12/2023, 8:31 PMVampire
04/12/2023, 8:31 PMJakub Chrzanowski
04/12/2023, 8:36 PMVampire
04/12/2023, 8:36 PMVampire
04/12/2023, 8:37 PM