Skip to content

Commit ce5fe06

Browse files
authored
Merge pull request #897 from android/tj/version-catalogs
Add version catalogs, convert to kts, add renovate
2 parents f91b122 + 25bba4c commit ce5fe06

File tree

97 files changed

+1084
-752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+1084
-752
lines changed

.github/workflows/blueprints.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
run: ./gradlew assembleDebug compileDebugUnitTestKotlin
4040

4141
- name: Spotless
42-
run: ./gradlew spotlessCheck
42+
# Spotless is not gradle configuration cache compliant. To allow the rest of the build
43+
# comply, run spotless with a gradle init script and disable the cache.
44+
run: ./gradlew spotlessCheck --init-script gradle/init.gradle.kts --no-configuration-cache
4345

4446
- name: Robolectric
4547
run: ./gradlew testDebugUnitTest

app/build.gradle

Lines changed: 0 additions & 177 deletions
This file was deleted.

0 commit comments

Comments
 (0)