LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

nullaway-configure - Configure NullAway JSpecify mode in Java builds

Configures Error Prone and NullAway in Gradle or Maven Java builds to fail compilation on JSpecify nullness violations.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Configure NullAway in Gradle Groovy
  • Configure NullAway in Gradle Kotlin
  • Configure NullAway in Maven
  • Set NullAway configuration knobs

Inputs

  • Java build configuration files
  • NullAway configuration options
  • JDK toolchain settings

Outputs

  • Configured Gradle build files
  • Configured Maven pom.xml file
  • Nullness failure build error rules

Requirements

  • JDK 22 or newer toolchain
  • org.jspecify:jspecify dependency
  • Code marked with @NullMarked

Source

  • Spec: SKILL.md
java
nullaway
jspecify
error-prone
gradle
maven
Configure NullAway in Gradle Groovy
Configure NullAway in Gradle Kotlin
Configure NullAway in Maven
Set NullAway configuration knobs
Java build configuration files
NullAway configuration options
JDK toolchain settings
Configured Gradle build files
Configured Maven pom.xml file
Nullness failure build error rules