Debugging v0.2 features from j3270
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user