File tree Expand file tree Collapse file tree 3 files changed +1166
-8
lines changed Expand file tree Collapse file tree 3 files changed +1166
-8
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ configurations {
3434}
3535
3636dependencies {
37- cppSource ' edu.wpi.first .wpilibc:examples:+:@zip'
38- javaSource ' edu.wpi.first .wpilibj:examples:+:@zip'
37+ cppSource ' org.wpilib .wpilibc:examples:+:@zip'
38+ javaSource ' org.wpilib .wpilibj:examples:+:@zip'
3939
40- cppSource ' edu.wpi.first .wpilibc:templates:+:@zip'
41- javaSource ' edu.wpi.first .wpilibj:templates:+:@zip'
40+ cppSource ' org.wpilib .wpilibc:templates:+:@zip'
41+ javaSource ' org.wpilib .wpilibj:templates:+:@zip'
4242
43- cppSource ' edu.wpi.first .wpilibc:commands:+:@zip'
44- javaSource ' edu.wpi.first .wpilibj:commands:+:@zip'
43+ cppSource ' org.wpilib .wpilibc:commands:+:@zip'
44+ javaSource ' org.wpilib .wpilibj:commands:+:@zip'
4545}
4646
4747task extractCppDependencies (type : Copy ) {
You can’t perform that action at this time.
0 commit comments