diff --git a/metadata/threads.thor.yml b/metadata/threads.thor.yml index 5699290e2a..10b757c460 100644 --- a/metadata/threads.thor.yml +++ b/metadata/threads.thor.yml @@ -683,7 +683,19 @@ Builds: gradle: - yes + - versionName: 1.7.5 + versionCode: 175 + commit: a2c2cef6744a58a76a4a70b0960c2479e0c4436d + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.7.4 -CurrentVersionCode: 174 +CurrentVersion: 1.7.5 +CurrentVersionCode: 175