Add headless server and setup script
Build and Test j3270 / Build JAR & Run Tests (Java 17) (push) Successful in 34s
Build and Test j3270 / Build JAR & Run Tests (Java 11) (push) Successful in 42s
Build and Test j3270 / Build JAR & Run Tests (Java 21) (push) Successful in 1m13s
Release j3270 / Build & Publish Release (push) Successful in 1m8s

This commit is contained in:
2026-09-08 11:38:38 -04:00
parent f8fc0e4b22
commit 59925c2787
14 changed files with 2256 additions and 19 deletions
+2
View File
@@ -17,6 +17,7 @@ subprojects {
test {
useJUnitPlatform()
jvmArgs '-Djava.awt.headless=true'
testLogging {
events "passed", "skipped", "failed"
}
@@ -24,5 +25,6 @@ subprojects {
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
}