From 2a9c898fe55e4929b23c09c1951ceacdcc03b682 Mon Sep 17 00:00:00 2001 From: Catfriend1 <16361913+Catfriend1@users.noreply.github.com> Date: Sun, 10 Aug 2025 11:20:08 +0200 Subject: [PATCH] wiki/Building-and-Development: Java 17 > 21 --- .../fdroid}/com.github.catfriend1.syncthingandroid.yml | 0 wiki/Building-and-Development.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {fdroid => scripts/fdroid}/com.github.catfriend1.syncthingandroid.yml (100%) diff --git a/fdroid/com.github.catfriend1.syncthingandroid.yml b/scripts/fdroid/com.github.catfriend1.syncthingandroid.yml similarity index 100% rename from fdroid/com.github.catfriend1.syncthingandroid.yml rename to scripts/fdroid/com.github.catfriend1.syncthingandroid.yml diff --git a/wiki/Building-and-Development.md b/wiki/Building-and-Development.md index d4c45e1be..675ee531d 100644 --- a/wiki/Building-and-Development.md +++ b/wiki/Building-and-Development.md @@ -9,7 +9,7 @@ Build SyncthingNative and the Syncthing-Android wrapper using the following comm ```bash # # Install prerequisites. -apt-get -y install gcc git openjdk-17-jdk python3 unzip +apt-get -y install gcc git openjdk-21-jdk-headless python3 unzip # # Clone repository. mkdir -p ~/git && cd ~/git @@ -67,7 +67,7 @@ build-windows.cmd :: :: Install prerequisites. winget install --accept-source-agreements --source winget --exact --id "Git.MinGit" --scope machine -winget install --accept-source-agreements --source winget --exact --id "AdoptOpenJDK.OpenJDK.17" --scope machine +winget install --accept-source-agreements --source winget --exact --id "EclipseAdoptium.Temurin.21.JDK" --scope machine winget install --accept-source-agreements --source winget --exact --id "Python.Python.3.13" --scope machine -h --override "/quiet InstallAllUsers=1 PrependPath=1 Include_doc=0 Include_launcher=0 Include_pip=0 Include_tcltk=0 Include_test=0" :: :: Clone repository.