AMLSim / jars /junit5-r5.10.2 /junit-platform-testkit /junit-platform-testkit.gradle.kts
dingyiz's picture
Upload folder using huggingface_hub
2795186 verified
plugins {
id("junitbuild.java-library-conventions")
}
description = "JUnit Platform Test Kit"
dependencies {
api(platform(projects.junitBom))
api(libs.assertj)
api(libs.opentest4j)
api(projects.junitPlatformLauncher)
compileOnlyApi(libs.apiguardian)
osgiVerification(projects.junitJupiterEngine)
osgiVerification(projects.junitPlatformLauncher)
}