Adubbz / Ghidra-Switch-Loader

Nintendo Switch loader for Ghidra
ISC License
278 stars 41 forks source link

Update to Ghidra 11.0 #50

Closed StevensND closed 8 months ago

StevensND commented 8 months ago

I can't update to Ghidra 11.0

I'm having issues with Gradle.

Could you fix it?.

TSRBerry commented 8 months ago

It would have been nice to have the gradle errors in the description as well. That way I could have known in advance what needs to be changed.

StevensND commented 8 months ago

It would have been nice to have the gradle errors in the description as well. That way I could have known in advance what needs to be changed.

Errors

Deprecated Gradle features and when I changed it to a newer version I got the line 64 error.

StevensND commented 8 months ago

By reinverting the changes and tests I was doing and adding your new changes I was able to fix it.

Here is the proof.

Captura

TSRBerry commented 8 months ago

You shouldn't get any gradle errors if you are running it using gradlew. Also make sure you are using OpenJDK 17.

StevensND commented 8 months ago

You shouldn't get any gradle errors if you are running it using gradlew. Also make sure you are using OpenJDK 17.

I'm using Github Actions to built it. Anyway on manual build I also had OpenJDK 17 and was having the errors before your changes.

All solved now. Thanks.