Skip to content

Using NullableJ in a Gradle project

Nawa Manusitthipol edited this page Feb 4, 2018 · 1 revision

Add the maven repository ...

    maven { url 'https://raw.githubusercontent.com/nawmaman/nawaman-maven-repository/master/' }

and the dependencies to Lombok and NullableJ.

    compileOnly 'org.projectlombok:lombok:1.16.16'
    compile     'nawaman:nullablej:0.4.0'

See UseNullableJGradle for more information.

Clone this wiki locally