mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
[INJIMOB-2048] change workflow to use java 17
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
1
.github/workflows/android-custom-build.yml
vendored
1
.github/workflows/android-custom-build.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/internal-build.yml
vendored
2
.github/workflows/internal-build.yml
vendored
@@ -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 }}
|
||||
|
||||
1
.github/workflows/push-triggers.yml
vendored
1
.github/workflows/push-triggers.yml
vendored
@@ -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: '.'
|
||||
|
||||
Reference in New Issue
Block a user