We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159c4f2 commit 33e3c7fCopy full SHA for 33e3c7f
core/build.gradle.kts
@@ -221,23 +221,12 @@ kotlin {
221
runtimeOnly(project(":kotlinx-datetime-zoneinfo"))
222
}
223
224
-
225
- val jvmTest by getting {
226
- dependencies {
227
- implementation("org.testcontainers:testcontainers:1.19.7")
228
- implementation("org.testcontainers:junit-jupiter:1.19.7")
229
- implementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
230
- runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
231
- implementation("ch.qos.logback:logback-classic:1.2.13")
232
- }
233
234
235
236
237
tasks {
238
val jvmTest by existing(Test::class) {
239
// maxHeapSize = "1024m"
240
- useJUnitPlatform()
241
242
243
val compileJavaModuleInfo by registering(JavaCompile::class) {
0 commit comments