This fixes a compatibility issue with Ghidra 10.1, which requires Gradle 6.4 at least.
The current Gradle is 6.1, which no longer can build the extension since Ghidra 10.1.
>gradlew.bat
FAILURE: Build failed with an exception.
* Where:
Script 'C:\Users\tanda\Desktop\RnD\SecurityCamp\ghidra\support\buildExtension.gradle' line: 45
* What went wrong:
A problem occurred evaluating script.
> Requires at least Gradle 6.4, but was run with 6.1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1s
This fixes a compatibility issue with Ghidra 10.1, which requires Gradle 6.4 at least.
The current Gradle is 6.1, which no longer can build the extension since Ghidra 10.1.
This is due to the change described in the release note of Ghidra 10.1. https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_10.1_build/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html
6.8 is the last 6.x version. I have confirmed the compiled extension works as before after this change.