Skip to content

Commit

Permalink
add JSpecify dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
quackitsquinn committed Jan 25, 2024
1 parent 2f34df5 commit 19668a2
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 19668a2

Please sign in to comment.