Fourth pass
Build and Test j3270 / Build JAR & Run Tests (push) Failing after 39s

This commit is contained in:
2026-08-20 19:05:37 -04:00
parent 47f177c8aa
commit 060fe787c2
5 changed files with 154 additions and 50 deletions
+2 -4
View File
@@ -10,10 +10,8 @@ allprojects {
subprojects {
apply plugin: 'java'
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
test {
useJUnitPlatform()