mirror of
https://github.com/apple/pkl.git
synced 2026-04-18 14:39:54 +02:00
Update dependencies, and clean up multi-JDK testing (#1088)
* Update dependencies 1. Remove */gradle.lockfile files 2. Run `gradle updateDependencyLocks` and commit * Update multi-JDK testing to use simple Test task, add junit-platform-launcher to dependencies - Don't use JvmTestSuite (we don't use another test runner, we use the same classpath) * Add junit-platform-launcher to libs (prevent an issue where junit-engine and junit-launcher can fall out of sync)
This commit is contained in:
@@ -29,6 +29,7 @@ jmh = "1.+"
|
||||
jmhPlugin = "0.7.2"
|
||||
jsr305 = "3.+"
|
||||
junit = "5.+"
|
||||
junitPlatform = "1.+"
|
||||
kotlin = "2.0.21"
|
||||
# 1.7+ generates much more verbose code
|
||||
kotlinPoet = "1.6.+"
|
||||
@@ -72,6 +73,7 @@ jsr305 = { group = "com.google.code.findbugs", name = "jsr305", version.ref = "j
|
||||
junitApi = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit" }
|
||||
junitEngine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit" }
|
||||
junitParams = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit" }
|
||||
junitLauncher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junitPlatform" }
|
||||
kotlinCompilerEmbeddable = { group = "org.jetbrains.kotlin", name = "kotlin-compiler-embeddable", version.ref = "kotlin" }
|
||||
kotlinPlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
|
||||
kotlinPoet = { group = "com.squareup", name = "kotlinpoet", version.ref = "kotlinPoet" }
|
||||
|
||||
Reference in New Issue
Block a user