Skip to content

Commit 690c77c

Browse files
authored
Updates for 2027 reorg (#817)
Download examples, templates, etc from new maven location add replacements for reorg based on script from wpilibsuite/allwpilib#8259
1 parent db770e8 commit 690c77c

File tree

3 files changed

+1166
-8
lines changed

3 files changed

+1166
-8
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ configurations {
3434
}
3535

3636
dependencies {
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

4747
task extractCppDependencies(type: Copy) {

0 commit comments

Comments
 (0)