We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62995d commit 763f960Copy full SHA for 763f960
1 file changed
build.gradle
@@ -18,8 +18,7 @@ javadoc {
18
// Defining my dependencies. In this case, WPILib (+ friends), and vendor libraries.
19
// Also defines JUnit 4.
20
dependencies {
21
- implementation wpi.deps.wpilib()
22
- implementation wpi.deps.vendor.java()
+ implementation "edu.wpi.first.wpilibj:wpilibj-java:${wpi.wpilibVersion}".toString()
23
}
24
25
ext {
0 commit comments