We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c908ceb commit 2952be0Copy full SHA for 2952be0
.github/workflows/android_ci.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
java-version: 16
13
- name: lint
14
- run: bash ./gradlew lint --stacktrace
+ run: bash ./gradlew lintDebug --stacktrace
15
- name: unit tests
16
run: bash ./gradlew testDebugUnitTest --stacktrace
17
- name: coverage
gradle.properties
@@ -21,3 +21,4 @@ org.gradle.daemon.idletimeout=0
21
#
22
android.useAndroidX=true
23
android.enableJetifier=true
24
+android.jetifier.ignorelist=bcprov-jdk15on
0 commit comments