ChuckerTeam/chucker

Fixed JDK11 build is not available in any maven repositories

ken-kentan opened this issue · 2 comments

✍️ Describe the bug

We faced JDK 17 compatibility issue that already fixed by #1025
But this fix is not available either sonatype and JitPack.
I quickly checked the JitPack repository and it seems the build failing due to AGP version compatibility issue.
https://jitpack.io/com/github/ChuckerTeam/chucker/fe71d68371/build.log

💣 Steps to reproduce

N/A

🔧 Expected behavior

Latest SNAPSHOT build will be available

📷 Screenshots

N/A

📱 Tech info

N/A

📄 Additional context

Thanks for reporting this. The right fix is to bump the JDK version of JitPack to 17

Thank you for checking this issue!
I also realized the Publish Snapshot job is not working even it was configured to use JDK 17.

I opened the PR to fix the issue, please take a look when you have time 🙇
#1046