AMLSim / jars /junit5-r5.10.2 /junit-platform-suite /junit-platform-suite.gradle.kts
dingyiz's picture
Upload folder using huggingface_hub
2795186 verified
plugins {
id("junitbuild.java-library-conventions")
}
description = "JUnit Platform Suite (Aggregator)"
dependencies {
api(platform(projects.junitBom))
api(projects.junitPlatformSuiteApi)
implementation(projects.junitPlatformSuiteEngine)
osgiVerification(projects.junitJupiterEngine)
osgiVerification(projects.junitPlatformLauncher)
}