Skip to content

Commit

Permalink
Build the Android sample app on JDK 17 (#776)
Browse files Browse the repository at this point in the history
Seems that this works now, so might as well run it on CI. The JarInfer
tasks still don't work on JDK 17 due to a WALA issue; I'll see if I can
work on that.
  • Loading branch information
msridhar authored Jun 23, 2023
1 parent cea42a5 commit a81c4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
ORG_GRADLE_PROJECT_epApiVersion: ${{ matrix.epVersion }}
uses: gradle/gradle-build-action@v2
with:
arguments: build -x :sample-app:build -x :jar-infer:jar-infer-lib:build -x :jar-infer:nullaway-integration-test:build -x :jar-infer:test-java-lib-jarinfer:build
arguments: build -x :jar-infer:jar-infer-lib:build -x :jar-infer:nullaway-integration-test:build -x :jar-infer:test-java-lib-jarinfer:build
if: matrix.java == '17'
- name: Report jacoco coverage
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit a81c4b3

Please sign in to comment.