We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db770e8 commit 690c77cCopy full SHA for 690c77c
3 files changed
build.gradle
@@ -34,14 +34,14 @@ configurations {
34
}
35
36
dependencies {
37
- cppSource 'edu.wpi.first.wpilibc:examples:+:@zip'
38
- javaSource 'edu.wpi.first.wpilibj:examples:+:@zip'
+ cppSource 'org.wpilib.wpilibc:examples:+:@zip'
+ javaSource 'org.wpilib.wpilibj:examples:+:@zip'
39
40
- cppSource 'edu.wpi.first.wpilibc:templates:+:@zip'
41
- javaSource 'edu.wpi.first.wpilibj:templates:+:@zip'
+ cppSource 'org.wpilib.wpilibc:templates:+:@zip'
+ javaSource 'org.wpilib.wpilibj:templates:+:@zip'
42
43
- cppSource 'edu.wpi.first.wpilibc:commands:+:@zip'
44
- javaSource 'edu.wpi.first.wpilibj:commands:+:@zip'
+ cppSource 'org.wpilib.wpilibc:commands:+:@zip'
+ javaSource 'org.wpilib.wpilibj:commands:+:@zip'
45
46
47
task extractCppDependencies(type: Copy) {
0 commit comments