Cleaner rendering
Build and Test j3270 / Build JAR & Run Tests (push) Successful in 1m6s

This commit is contained in:
2026-08-21 11:51:37 -04:00
parent d7d2f8bad5
commit c32521fd4b
13 changed files with 516 additions and 334 deletions
+6
View File
@@ -3,6 +3,12 @@ plugins {
}
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
test {
useJUnitPlatform()
}
jar {