onaio / android-p2p

Wifi Direct P2P Research and Implementation for FHIR Core
Other
2 stars 0 forks source link

change to bls license #73

Closed pld closed 8 months ago

pld commented 9 months ago

IMPORTANT: Where possible all PRs must be linked to a Github issue

Fixes #[issue number]

Type Choose one: (Bug fix | Feature | Documentation | Testing | Code health | Release | Other)

Checklist

pld commented 9 months ago

@rkareko I'm getting General error during conversion: Unsupported class file major version 64 when running ./gradlew spotlessApply on my cl, any hints?

Rkareko commented 8 months ago

@Rkareko I'm getting General error during conversion: Unsupported class file major version 64 when running ./gradlew spotlessApply on my cl, any hints?

This could be an issue caused by the version of java set in the gradle settings of android studio. We currently use Java 11. This can be set by navigating to the Settings/Preferences dialog, go to Build, Execution, Deployment → Build Tools → Gradle. Then set the Gradle JDK to java 11 or 17

There is also the fix that had been tried earlier i.e opening the p2p project in Android Studio, then going back to the command line and running it might also work

pld commented 8 months ago

k thanks, let me try and figure this out

pld commented 8 months ago

yep opening it in Android Studio did it, thanks