AMLSim
/
jars
/junit5-r5.10.2
/junit-platform-suite-commons
/junit-platform-suite-commons.gradle.kts
plugins { | |
id("junitbuild.java-library-conventions") | |
} | |
description = "JUnit Platform Suite Commons" | |
dependencies { | |
api(platform(projects.junitBom)) | |
api(projects.junitPlatformLauncher) | |
compileOnlyApi(libs.apiguardian) | |
implementation(projects.junitPlatformEngine) | |
implementation(projects.junitPlatformSuiteApi) | |
osgiVerification(projects.junitJupiterEngine) | |
osgiVerification(projects.junitPlatformLauncher) | |
} | |