File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ async function performCopy(
3636 const replacements = new Map < RegExp , string > ( ) ;
3737
3838 // Add package replacement
39- replacements . set ( / e d u \. w p i \. f i r s t \. w p i l i b j \. (?: c o m m a n d s ) \. .+ ?(? = ; | \. ) / g, javaPackage ) ;
39+ replacements . set ( / o r g \. w p i l i b \. (?: c o m m a n d s ) \. .+ ?(? = ; | \. ) / g, javaPackage ) ;
4040
4141 // Add classname replacement
4242 replacements . set ( new RegExp ( command . replacename , 'g' ) , replaceName ) ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import { setExecutePermissions } from './permissions';
1515export const ReplacementPatterns = {
1616 GRADLE_RIO_MARKER : '###GRADLERIOREPLACE###' ,
1717 ROBOT_CLASS_MARKER : '###ROBOTCLASSREPLACE###' ,
18- JAVA_PACKAGE_PATTERN : 'edu \\.wpi\\.first\\.wpilibj \\.(?:examples|templates)\\..+?(?=;|\\.)' ,
18+ JAVA_PACKAGE_PATTERN : 'org \\.wpilib \\.(?:examples|templates)\\..+?(?=;|\\.)' ,
1919} ;
2020
2121/**
You can’t perform that action at this time.
0 commit comments