mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
Compile all on checkjdk11 (#7611)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
- name: Run Checks
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
arguments: check -x test -x jvmTest
|
||||
arguments: check -PandroidBuild=true -PgraalBuild=true -x test -x jvmTest -x jsTest
|
||||
|
||||
- name: Publish Test Report
|
||||
if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master'
|
||||
|
||||
Reference in New Issue
Block a user