Skip to content

Commit 69b6431

Browse files
committed
Fix client build on Linux
1 parent 4bd6d06 commit 69b6431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ dependencies {
3131
// Use JUnit Jupiter Engine for testing.
3232
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
3333
testRuntimeOnly("edu.wpi.first.ntcore:ntcore-jni:$wpiVersion:osxx86-64")
34+
testRuntimeOnly("edu.wpi.first.ntcore:ntcore-jni:$wpiVersion:linuxx86-64")
3435
testRuntimeOnly("edu.wpi.first.wpiutil:wpiutil-java:$wpiVersion")
3536
testRuntimeOnly("ch.qos.logback:logback-classic:1.2.6")
3637
}
@@ -89,4 +90,4 @@ publishing {
8990
}
9091
}
9192
}
92-
}
93+
}

0 commit comments

Comments
 (0)