Debugging v0.2 features from j3270
Build and Test a3270 / Build Android APK (push) Successful in 4m37s
Release a3270 / Build & Publish Release (push) Successful in 6m53s

This commit is contained in:
2026-08-21 12:52:29 -04:00
parent 9bf91f5c49
commit 17f8cae925
8 changed files with 164 additions and 55 deletions
+7
View File
@@ -42,6 +42,13 @@ android {
if (findProject(':lib3270j') != null) {
project(':lib3270j') {
apply plugin: 'java-library'
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
test {
useJUnitPlatform()
}
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11