GDDM Tweaking
Build and Test j3270 / Build JAR & Run Tests (push) Successful in 41s

This commit is contained in:
2026-08-27 18:14:39 +00:00
parent 540a8dfd1d
commit 2e9b6d325a
9 changed files with 185 additions and 47 deletions
+4 -2
View File
@@ -10,8 +10,10 @@ allprojects {
subprojects {
apply plugin: 'java'
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
test {
useJUnitPlatform()