From a8900a0cdf4f1f60ca70cd89c5ef132638239426 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Wed, 31 May 2023 05:34:20 +0000 Subject: [PATCH] Aurora Store: Switch to JDK 17 --- metadata/com.aurora.store.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/metadata/com.aurora.store.yml b/metadata/com.aurora.store.yml index b76196c4f2..c62f27830c 100644 --- a/metadata/com.aurora.store.yml +++ b/metadata/com.aurora.store.yml @@ -252,6 +252,10 @@ Builds: versionCode: 45 commit: 3943144ce9bf39f3a94f9e9032fc09d6dc6a393b subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a gradle: - yes