io.github.joselion.strict-null-check
Owner: Jose Luis Leon Torres
A Gradle plugin to add full Strict Null Check to your Java code
https://joselion.github.io/strict-null-check/
Sources: https://github.com/JoseLion/strict-null-check.git
Version 3.2.0
3.2.0
Created 03 November 2023.
A Gradle plugin to add full Strict Null Check to your Java code
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.joselion.strict-null-check") version "3.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.joselion:strict-null-check:3.2.0") } } apply(plugin = "io.github.joselion.strict-null-check")
- Applying plugins to all subprojects .