abouttreesummaryrefslogcommitdiff
path: root/build.gradle.kts
AgeCommit message (Collapse)AuthorFilesLines
2025-11-10build: Avoid unreproducible rules in regular builds (#1125)Jules Aguillon1-3/+7
The genEmojis rule makes a network request and must not be done during a regular build. The compileComposeSequences updates a file that is checked in the repository and doesn't need to be updated in a regular build. Both are now handled like 'genLayoutsList'.
2025-11-01gradle: Set explicit dependency for rule genLayoutsListJules Aguillon1-0/+1
2025-09-29Upgrade Gradle (#1097)J. Fronny1-0/+172
* Enable configuration cache and up-to-date checking