lolo-io / OneList

MIT License
90 stars 26 forks source link

F-Droid build failed #51

Closed linsui closed 5 months ago

linsui commented 7 months ago

Since gradle 8 is used, we use jdk 17. But it seems it doesn't have javax so the build failed. See https://gitlab.com/linsui/fdroiddata/-/jobs/6039887550. Could you please take a look? Thanks!

lolo-io commented 5 months ago

Hi @linsui . I created a new version without this line.

linsui commented 5 months ago

https://gitlab.com/linsui/fdroiddata/-/jobs/6522298107 The build still fails.

lolo-io commented 5 months ago

I don't understant it work well on my side. I'll try adding a -dontwarn javax.annotation.**

linsui commented 5 months ago

Maybe you need to clean the cache.

lolo-io commented 5 months ago

I did. It still works well and it also works on the Github CI. I added -dontwarn javax.annotation.** and deleted / created a new tag

linsui commented 5 months ago

It works, thanks!