- [gradle] Improve Detekt configuration to better ignore generated source files.
- [gradle] Add skippy support to validateModuleTopography. Now there are
globalCiValidateModuleTopography
andciValidateModuleTopography
tasks. - [gradle] Use
mustRunAfter
for depending on source gen tasks + add back sqldelight's schema task as a source-generating task. - [gradle] Improve compose matching text to include
.setContent {
. - [gradle] Support custom configurations and overrides of ModuleTopography features via JSON file specified by the
foundry.topography.features.config
property. - Update kaml to
0.65.0
. - Build against develocity plugin
3.18.2
. - Build against Roborazzi plugin
1.32.2
.
What's Changed
- Update actionsdesk/lfs-warning action to v3.3 by @slack-oss-bot in #1087
- Update dependency com.charleskorn.kaml:kaml to v0.63.0 by @slack-oss-bot in #1088
- Update dependency com.gradle:develocity-gradle-plugin to v3.18.2 by @slack-oss-bot in #1090
- Update dependency com.mikepenz:multiplatform-markdown-renderer to v0.27.0 by @slack-oss-bot in #1075
- Update plugin com.gradle.develocity to v3.18.2 by @slack-oss-bot in #1091
- Improve detekt exclusion of build dir files by @ZacSweers in #1092
- Remove GenerateSchema task from source-generating tasks by @ZacSweers in #1094
- Add another compose matching text by @ZacSweers in #1097
- Fix snapshot tests job on CI by @ZacSweers in #1096
- Use mustRunAfter for depending on source gen tasks + add back schema task by @ZacSweers in #1098
- Add skippy support for validateModuleTopography by @ZacSweers in #1095
- Update dependency com.charleskorn.kaml:kaml to v0.65.0 by @slack-oss-bot in #1099
- Update roborazzi to v1.32.2 by @slack-oss-bot in #1100
- Introduce ModuleFeaturesConfig by @ZacSweers in #1101
Full Changelog: 0.22.3...0.22.4