Róbert Papp
Róbert Papp
workaround: ``` enableFeaturePreviewQuietly("STABLE_CONFIGURATION_CACHE", "Kotlin DSL property assignment") ```
 Sort by module, then filename?
``` * What went wrong: Configuration cache problems found in this build. 5 problems were found storing the configuration cache, 4 of which seem unique. - Task `:violationReportConsoleLateConfiguration` of type...
Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved. 
https://gradle-community.slack.com/archives/CDB9Q0MPT/p1679686024669839?thread_ts=1679597042.250069&cid=CDB9Q0MPT
https://github.com/TWiStErRob/glide-support/pull/59/files#diff-5625e3601fa0ad3a6a2824239e5a2fde71c149597d31394f9224a08c24be7b9dR16 https://github.com/TWiStErRob/glide-support/pull/129/files#diff-5625e3601fa0ad3a6a2824239e5a2fde71c149597d31394f9224a08c24be7b9dR19 org.gradle.api.internal.catalog.parser.TomlCatalogFileParser.parse Before 8.1: parse(InputStream, B) After 8.1: parse(Path, B) After 8.4: parse(Path, B, Provider) https://github.com/TWiStErRob/net.twisterrob.gradle/pull/596
`buildAndFail` is too allowing. it allows both of these results: FAILURE: Build failed with an exception. ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for...
`gradlew --info` on Gradle 8 RC2. ``` Kotlin DSL script compilation (Settings/TopLevel/stage1) is not up-to-date because: No history is available. w: Script 'settings.gradle.kts' is not supposed to be used along...
See https://github.com/TWiStErRob/net.twisterrob.gradle/pull/357/commits/5add1c7df982558cb13dce3ea3004ebe6e7e53a1 in #357
Test: `AndroidBuildPluginIntgTest.can override minSdkVersion (release)()` [AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-alpha09 on 7.5.1) Test Results XMLs.zip](https://github.com/TWiStErRob/net.twisterrob.gradle/files/9484998/AGP.7.4.x.on.Gradle.7.5%2B.-.plugin.7.4.0-alpha09.on.7.5.1.Test.Results.XMLs.zip) [AGP 7.4.x on Gradle 7.5+ - plugin (7.4.0-alpha09 on 7.5.1) Test Results...