Fix Gradle Witness.

This commit is contained in:
akwizgran
2023-09-05 16:38:36 +01:00
parent 0ac4b5c613
commit a3ba1ac91e
9 changed files with 608 additions and 8 deletions

View File

@@ -100,6 +100,10 @@ android {
}
}
// Workaround for https://github.com/gradle/gradle/issues/20330 to make gradle-witness work
// with Android Gradle Plugin 7.4
project.evaluationDependsOn(project.getRootProject().findProject("bramble-android").getPath())
dependencies {
// In theory this dependency shouldn't be needed, but without it Android Studio's linter will
// complain about unresolved symbols for bramble-api test classes in briar-android tests,