aboutsummaryrefslogtreecommitdiff
path: root/build-logic/settings.gradle.kts
AgeCommit message (Collapse)Author
2023-07-06fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts ↵Harsh Shandilya
files
2023-05-24feat(build): use JVM toolchains to enforce Java 17 usageHarsh Shandilya
This simplifies project setup in both CI and for individual contributors
2023-03-21chore(build): fix deprecation warningHarsh Shandilya
Now visible due to this change: https://docs.gradle.org/8.1-rc-1/release-notes.html#:~:text=Useful%20deprecation%20warnings%20and%20errors%20from%20Kotlin%20script%20compilation
2022-12-02refactor(build-logic): move all code to a single top-level projectHarsh Shandilya
2022-10-21Migrate to Metalava for validating API (#2195)Harsh Shandilya
2022-07-09gradle: add play-sdk-proto module to gMaven filterHarsh Shandilya
2022-07-07Switch to R8 dev releases (#1986)Harsh Shandilya
2022-07-07build-logic: introduce versions pluginHarsh Shandilya
2022-06-12build-logic: rewrite version overrides to edit the version catalogHarsh Shandilya
2022-05-09Tighten down dependency resolution (#1903)Harsh Shandilya
2022-03-13Configure Sentry with more information (#1782)Harsh Shandilya
* build-logic: remove error path in Sentry plugin * gradle: fix UnstableApiUsage warning * build-logic: configure Sentry Gradle Plugin * app: set traces sample-rate to 1.0 * sentry-stub: init * app: populate Sentry user field with feature flags
2022-02-08chore(deps): update dependency gradle to v7.4 (#1717)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-12-03build-logic: configure repositories to include Google MavenHarsh Shandilya
2021-11-16Convert build-logic to a proper included buildHarsh Shandilya
2021-11-15build-logic: migrate Spotless to a convention pluginHarsh Shandilya