File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" junitbuild.java-library-conventions" )
3
+ id(" junitbuild.java-nullability-conventions" )
3
4
}
4
5
5
6
description = " JUnit Platform Suite API"
@@ -9,6 +10,7 @@ dependencies {
9
10
api(projects.junitPlatformCommons)
10
11
11
12
compileOnlyApi(libs.apiguardian)
13
+ compileOnly(libs.jspecify)
12
14
13
15
osgiVerification(projects.junitJupiterEngine)
14
16
osgiVerification(projects.junitPlatformLauncher)
Original file line number Diff line number Diff line change 8
8
* https://www.eclipse.org/legal/epl-v20.html
9
9
*/
10
10
11
+ import org .jspecify .annotations .NullMarked ;
12
+
11
13
/**
12
14
* Annotations for configuring a test suite on the JUnit Platform.
13
15
*
14
16
* @since 1.0
15
17
*/
18
+ @ NullMarked
16
19
module org .junit .platform .suite .api {
17
20
requires static transitive org .apiguardian .api ;
18
21
requires transitive org .junit .platform .commons ;
You can’t perform that action at this time.
0 commit comments