Skip to content

Commit 763f960

Browse files
Remove unnecessary dependencies
1 parent c62995d commit 763f960

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ javadoc {
1818
// Defining my dependencies. In this case, WPILib (+ friends), and vendor libraries.
1919
// Also defines JUnit 4.
2020
dependencies {
21-
implementation wpi.deps.wpilib()
22-
implementation wpi.deps.vendor.java()
21+
implementation "edu.wpi.first.wpilibj:wpilibj-java:${wpi.wpilibVersion}".toString()
2322
}
2423

2524
ext {

0 commit comments

Comments
 (0)