From e0651c57438303c427c2c917b16e28678c7c9555 Mon Sep 17 00:00:00 2001 From: cketti Date: Sun, 7 Apr 2024 14:40:35 +0200 Subject: [PATCH] Remove sudo section that is no longer necessary --- docs/RELEASING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/RELEASING.md b/docs/RELEASING.md index ba1dd2916c..43a98d8bf1 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -92,10 +92,6 @@ commit: "${tagName}" subdir: app-k9mail prebuild: ( cd .. && ln -s app-metadata/com.fsck.k9 metadata ) - sudo: - - apt-get update - - apt-get install -y openjdk-17-jdk-headless - - update-alternatives --auto java gradle: - yes scandelete: @@ -180,10 +176,6 @@ commit: "${tagName}" subdir: app-k9mail prebuild: ( cd .. && ln -s app-metadata/com.fsck.k9 metadata ) - sudo: - - apt-get update - - apt-get install -y openjdk-17-jdk-headless - - update-alternatives --auto java gradle: - yes scandelete: