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.
2 parents 0dcb4f6 + 2952be0 commit 237ffdbCopy full SHA for 237ffdb
.github/workflows/android_ci.yml
@@ -6,12 +6,12 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v1
9
- - name: set up JDK 15
+ - name: set up JDK 16
10
uses: actions/setup-java@v1
11
with:
12
- java-version: 15
+ 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