Skip to content

Commit 07055e1

Browse files
authored
Merge pull request #38 from kawaiicvnt/master
Bump gradle version to 9.3.1 and add flatpak path info
2 parents fb85a78 + 27667ee commit 07055e1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ $ ./gradlew
4747
echo GHIDRA_INSTALL_DIR=/path/to/ghidra > gradle.properties
4848
```
4949

50+
> Note: if you are using the flatpak version of ghidra, the path to ghidra is available at `/var/lib/flatpak/app/org.ghidra_sre.Ghidra/current/active/files/lib/`
51+
5052
The module ZIP will be output to `dist/`. Use **File > Install Extensions** and
5153
select the green plus to browse to the extension. Restart Ghidra when prompted.
5254

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)