[INJIMOB-2048] change workflow to use java 17

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
Abhishek Paul
2024-09-24 13:48:28 +05:30
parent 58ef2cdb2e
commit f21051cd0e
3 changed files with 4 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ jobs:
uses: mosip/kattu/.github/workflows/android-build.yml@master
with:
NODE_VERSION: "16.x"
JAVA_VERSION: '17'
MIMOTO_HOST: ${{ inputs.mimotoBackendServiceUrl }}
ESIGNET_HOST: ${{ inputs.esignetBackendServiceUrl }}
APPLICATION_THEME: ${{ inputs.theme }}

View File

@@ -105,6 +105,7 @@ jobs:
with:
RELEASE: ${{ inputs.release }}
NODE_VERSION: '18.x'
JAVA_VERSION: '17'
RELEASE_KEYSTORE_ALIAS: androidreleasekey
MIMOTO_HOST: ${{ inputs.mimotoBackendServiceUrl }}
ESIGNET_HOST: ${{ inputs.esignetBackendServiceUrl }}
@@ -132,6 +133,7 @@ jobs:
with:
RELEASE: ${{ inputs.release }}
NODE_VERSION: '18.x'
JAVA_VERSION: '17'
RELEASE_KEYSTORE_ALIAS: androidreleasekey
MIMOTO_HOST: ${{ inputs.mimotoBackendServiceUrl }}
ESIGNET_HOST: ${{ inputs.esignetBackendServiceUrl }}

View File

@@ -22,6 +22,7 @@ jobs:
uses: mosip/kattu/.github/workflows/android-build.yml@master
with:
NODE_VERSION: "18.x"
JAVA_VERSION: "17"
KEYSTORE_ALIAS: androidbuildkey
KEYSTORE_PASSWORD: 'password'
SERVICE_LOCATION: '.'