Skip to content

Commit 23ab997

Browse files
committed
Include :tests in settings.gradle
This commit makes the `:tests` module available in a Gradle build. This fixes false-positives in the version catalog (`dexmaker` not being used for example).
1 parent c30c2d8 commit 23ab997

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ androidXViewPager2 = "1.0.0"
3636
androidXWindow = "1.0.0"
3737
dagger = "2.51.1"
3838
dexmaker = "1.2"
39-
errorProneAnnotations = "2.15.0"
39+
errorProneAnnotations = "2.15.0"
4040
glide = "4.16.0"
4141
guava = "33.3.1-android"
4242
junit = "4.13.2"

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
include ':lib'
22

3+
include ':tests'
4+
35
include ':testing:java:com:google:android:material:testapp'
46
include ':testing:java:com:google:android:material:testapp:animation'
57
include ':testing:java:com:google:android:material:testapp:base'

0 commit comments

Comments
 (0)