@IzzyOnDroid

For some reason, the #fdroid bot seems not to recognize the latest #imagepipe release.

I triple-checked everything: tag is ok, also version in build.gradle is increased.

Any ideas?

https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/de.kaffeemitkoffein.imagepipe.yml

https://codeberg.org/Starfish/Imagepipe/releases/tag/v0.77

metadata/de.kaffeemitkoffein.imagepipe.yml · master · F-Droid / Data · GitLab

Data for the main F-Droid repository at https://f-droid.org

GitLab
@Billie @IzzyOnDroid We're on Java 21 since January, the error says the source code wants to use 17 and can't find it. Is there a chance to update your tooling?

@fdroidorg @IzzyOnDroid

done, I have set the language level of the toolchain to 21 in build.gradle:

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}

I hope this will do the trick and the next version will be built.

bot: Update Imagepipe to 56 (!35236) · Merge requests · F-Droid / Data · GitLab

~de.kaffeemitkoffein.imagepipe checkupdates-bot run https://gitlab.com/fdroid/checkupdates-runner/-/jobs/13617695456

GitLab