We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e42a46 commit a600db4Copy full SHA for a600db4
.github/workflows/publish-workflow.yml
@@ -12,10 +12,10 @@ jobs:
12
- name: Check out repo
13
uses: actions/checkout@v4
14
15
- - name: Set up JDK 11
+ - name: Set up JDK 8
16
uses: actions/setup-java@v4
17
with:
18
- java-version: '11'
+ java-version: '8'
19
distribution: 'temurin'
20
21
- name: Retrieve AWS Secrets - Common Android
0 commit comments