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 a4916b4 commit 9f43d68Copy full SHA for 9f43d68
.github/workflows/ci_test_and_publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-java@v3
24
with:
25
distribution: 'zulu'
26
- java-version: '11'
+ java-version: '17'
27
28
- name: Upload Artifacts
29
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-daemon --no-parallel
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
- name: Run tests
65
uses: reactivecircus/android-emulator-runner@v2
66
.github/workflows/sample_app.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Build sample
run: |
./gradlew :affectedmoduledetector:publishToMavenLocal
0 commit comments