Stop disabling InvalidPackage now we're on JUnit 4.13
PiperOrigin-RevId: 283995105
This commit is contained in:
parent
cad2fe3955
commit
32f02107b4
@ -27,13 +27,6 @@ android {
|
|||||||
targetSdkVersion project.ext.targetSdkVersion
|
targetSdkVersion project.ext.targetSdkVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
|
||||||
// Truth depends on JUnit, which depends on java.lang.management, which
|
|
||||||
// is not part of Android. Remove this when JUnit 4.13 or later is used.
|
|
||||||
// See: https://github.com/junit-team/junit4/pull/1187.
|
|
||||||
disable 'InvalidPackage'
|
|
||||||
}
|
|
||||||
|
|
||||||
testOptions.unitTests.includeAndroidResources = true
|
testOptions.unitTests.includeAndroidResources = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user