Skip to content

Commit

Permalink
Merge pull request #20 from frc937/nullable-annotation
Browse files Browse the repository at this point in the history
Add JSpecify annotations
  • Loading branch information
quackitsquinn authored Jan 25, 2024
2 parents 2f34df5 + 19668a2 commit f8a5c12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ dependencies {
nativeRelease wpi.java.vendor.jniRelease(wpi.platforms.desktop)
simulationRelease wpi.sim.enableRelease()

// https://mvnrepository.com/artifact/org.jspecify/jspecify
implementation("org.jspecify:jspecify:0.3.0")

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

}

test {
Expand Down

0 comments on commit f8a5c12

Please sign in to comment.