blob: 6c780cea765893f0b07feaf75310b9930a7aa683 [file] [log] [blame]
plugins {
`java-library-conventions`
`java-test-fixtures`
}
description = "JUnit Platform Engine API"
dependencies {
api(platform(projects.junitBom))
api(libs.opentest4j)
api(projects.junitPlatformCommons)
compileOnlyApi(libs.apiguardian)
testImplementation(libs.assertj)
osgiVerification(projects.junitJupiterEngine)
osgiVerification(projects.junitPlatformLauncher)
}