ChuckerTeam/chucker

Java version error

alvarosanchezduran opened this issue · 1 comments

✍️ Describe the bug

Until a few days ago, I used the library importing the dependency (WORKING FINE) "com.github.ChuckerTeam.chucker:library:api-export-file-SNAPSHOT" now it doesn't work for me as I mentioned in another issue. I have changed the import to "com.github.chuckerteam.chucker:library:develop-SNAPSHOT" since I need the snapshot. But now I'm having the following error:

class file has wrong version 61.0, should be 55.0
Please remove or make sure it appears in the correct subdirectory of the classpath.

With "com.github.ChuckerTeam.chucker:library:api-export-file-SNAPSHOT" was working with version 55.

💣 Steps to reproduce

  1. Add "com.github.chuckerteam.chucker:library:develop-SNAPSHOT" in build.gradle
  2. Click on Sync
  3. Click on Run

🔧 Expected behavior

📷 Screenshots

📱 Tech info

  • Device:
  • OS:
  • Chucker version:

📄 Additional context

Until a few days ago, I used the library importing the dependency (WORKING FINE)

Please note that SNAPSHOTS are at your own risk.
Fix for this issue is on #1025 and will come out shortly