Using JAVA_17 in cd. (#185)

This commit is contained in:
MohitMaliFtechiz 2024-08-27 15:09:05 +05:30 committed by GitHub
commit f68f6cfe47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,13 @@ jobs:
steps:
- name: Retrieving custom app configuration
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Retrieving Kiwix Android source code
run: git clone --depth=1 --single-branch --branch main https://github.com/kiwix/kiwix-android.git
@ -62,7 +68,13 @@ jobs:
steps:
- name: Retrieving custom app configuration
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Retrieving Kiwix Android source code
run: git clone --depth=1 --single-branch --branch main https://github.com/kiwix/kiwix-android.git