blob: 57da6f66bf9e292b4f3eee03bed17d24e8616a19 [file] [log] [blame]
plugins {
`java-library-conventions`
}
description = "JUnit Platform Reporting"
dependencies {
api(platform(projects.junitBom))
api(projects.junitPlatformLauncher)
compileOnlyApi(libs.apiguardian)
osgiVerification(projects.junitJupiterEngine)
osgiVerification(projects.junitPlatformLauncher)
}