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