File size: 344 Bytes
2795186 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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)
}
|