We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f851dd commit 7c6cebeCopy full SHA for 7c6cebe
3 files changed
.github/workflows/build.yml
@@ -13,6 +13,8 @@ jobs:
13
fail-fast: false
14
matrix:
15
include:
16
+ - ghidra: "12.0.3"
17
+ java: "21"
18
- ghidra: "12.0.2"
19
java: "21"
20
- ghidra: "12.0.1"
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
21
22
build.gradle
@@ -78,7 +78,7 @@ test {
78
maxParallelForks = 3
79
useJUnitPlatform()
80
jvmArgs '--add-exports=java.desktop/sun.awt=ALL-UNNAMED'
81
- systemProperty 'java.awt.headless', 'true'
+// systemProperty 'java.awt.headless', 'true'
82
systemProperty "ghidra.test.property.batch.mode", 'true'
83
}
84
// Exclude additional files from the built extension
0 commit comments