Post B4dJAbsOT0b0GWZdjM by Billie@social.tchncs.de
(DIR) More posts by Billie@social.tchncs.de
(DIR) Post #B4dJAbsOT0b0GWZdjM by Billie@social.tchncs.de
0 likes, 0 repeats
@IzzyOnDroidFor 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.ymlhttps://codeberg.org/Starfish/Imagepipe/releases/tag/v0.77
(DIR) Post #B4dJAc59hYnuu6Xpce by IzzyOnDroid@floss.social
0 likes, 0 repeats
@Billie Pipeline failed at update: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/35236 – ah, there: someone needs to move that up to JDK 21: https://gitlab.com/fdroid/checkupdates-bot-fdroiddata/-/jobs/13617783824#L288 (looks like they use 17 by default; I thought they had moved to 21 already)Easy enough to spot, when you know where (and they do know – so it's rather a question of when they find time to check…)
(DIR) Post #B4mOdM7EOMQdyZgCe0 by fdroidorg@floss.social
0 likes, 0 repeats
@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?
(DIR) Post #B4vRMpGApUbJjAJMnY by Billie@social.tchncs.de
0 likes, 0 repeats
@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.
(DIR) Post #B4vdeqfDXzmmkCNyaG by IzzyOnDroid@floss.social
0 likes, 0 repeats
@Billie it's already here at IzzyOnDroid since 2026-03-22, and RB. What is not THERE, at your repo, is our badge 🙈 The F-Droid one looks quite lonely and forlorn there, waiting for its companion 😢 Maybe you want to add it? See https://izzyondroid.org/about/resources/badges/ and take your pick(s) :awesome:
(DIR) Post #B50s07krZJBmysrhdg by fdroidorg@floss.social
0 likes, 0 repeats
@Billie Ping us in https://gitlab.com/fdroid/fdroiddata/-/merge_requests/35236 when tag is released