Update jarchivelib, add task to list all dependencies, target JVM 11 (#256)

This commit is contained in:
Vechro
2022-08-10 23:58:38 +03:00
committed by GitHub
parent 09cb062154
commit bc7d14c347
21 changed files with 53 additions and 115 deletions

View File

@@ -24,10 +24,6 @@ kotlin {
collectScreenshots { }
}
}
compilations.all {
kotlinOptions.jvmTarget = libs.versions.jvmTarget.get()
kotlinOptions.apiVersion = libs.versions.kotlinApi.get()
}
testRuns["test"].executionTask.configure {
useJUnitPlatform()
}