6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 85de7858

AuthorNKL<nikolaj.king@gmail.com>
Date2024-10-09 10:19:12 +0200
added javainstaller task to fix build issue

Changed files

azure/templates/build-android.yml | 5 +++++
 1 file changed, 5 insertions(+)

Diff

diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index f9966ccd..b8e92042 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -34,6 +34,11 @@ steps:
echo "key.properties copied to $(Build.SourcesDirectory)/comwell_key_app/android/key.properties"
echo "comwell_keystore.jks copied to $(Build.SourcesDirectory)/comwell_key_app/android/app/comwell_keystore.jks"
+- task: JavaToolInstaller@0
+ inputs:
+ versionSpec: '17'
+ jdkArchitectureOption: 'x64'
+ jdkSourceOption: 'PreInstalled'
# Download secure file from azure library
- task: DownloadSecureFile@1
inputs: