Skip to content

Commit 7c6cebe

Browse files
committed
Also support Ghidra 12.0.3
1 parent 1f851dd commit 7c6cebe

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16+
- ghidra: "12.0.3"
17+
java: "21"
1618
- ghidra: "12.0.2"
1719
java: "21"
1820
- ghidra: "12.0.1"

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18+
- ghidra: "12.0.3"
19+
java: "21"
1820
- ghidra: "12.0.2"
1921
java: "21"
2022
- ghidra: "12.0.1"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ test {
7878
maxParallelForks = 3
7979
useJUnitPlatform()
8080
jvmArgs '--add-exports=java.desktop/sun.awt=ALL-UNNAMED'
81-
systemProperty 'java.awt.headless', 'true'
81+
// systemProperty 'java.awt.headless', 'true'
8282
systemProperty "ghidra.test.property.batch.mode", 'true'
8383
}
8484
// Exclude additional files from the built extension

0 commit comments

Comments
 (0)