Skip to content

Commit 6e9c7ec

Browse files
committed
NonNullApi annotation -> NullMarked annotation
1 parent 1eb97ab commit 6e9c7ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/gradlex/buildparameters/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
@NonNullApi
17+
@NullMarked
1818
package org.gradlex.buildparameters;
1919

20-
import org.gradle.api.NonNullApi;
20+
import org.jspecify.annotations.NullMarked;

0 commit comments

Comments
 (0)