Skip to content

Commit 3794e27

Browse files
authoredOct 11, 2024··
Ghidra 11.2 (#38)
* Ghidra 11.2 * Update gradle
1 parent 137d8dc commit 3794e27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
ghidra: ['11.0', '11.0.1', '11.0.2', '11.0.3', '11.1', '11.1.1', '11.1.2']
11-
java: ['17']
10+
ghidra: ['11.2']
11+
java: ['21']
1212

1313
steps:
1414
- name: Checkout

‎gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
1+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)
Please sign in to comment.