We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd6d06 commit 69b6431Copy full SHA for 69b6431
client/build.gradle.kts
@@ -31,6 +31,7 @@ dependencies {
31
// Use JUnit Jupiter Engine for testing.
32
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
33
testRuntimeOnly("edu.wpi.first.ntcore:ntcore-jni:$wpiVersion:osxx86-64")
34
+ testRuntimeOnly("edu.wpi.first.ntcore:ntcore-jni:$wpiVersion:linuxx86-64")
35
testRuntimeOnly("edu.wpi.first.wpiutil:wpiutil-java:$wpiVersion")
36
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.6")
37
}
@@ -89,4 +90,4 @@ publishing {
89
90
91
92
-}
93
+}
0 commit comments