File size: 318 Bytes
2795186 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
plugins {
id("junitbuild.java-library-conventions")
}
description = "JUnit Platform Suite API"
dependencies {
api(platform(projects.junitBom))
api(projects.junitPlatformCommons)
compileOnlyApi(libs.apiguardian)
osgiVerification(projects.junitJupiterEngine)
osgiVerification(projects.junitPlatformLauncher)
}
|