We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96de8a commit 9eb96d7Copy full SHA for 9eb96d7
build.gradle
@@ -20,7 +20,7 @@ def genNetcomm = tasks.register('generateNetcomm', PythonTask) {
20
inputs.file "$rootDir/gen/wpilibj_frcnetcomm.py"
21
outputs.file "$rootDir/src/main/java/edu/wpi/first/wpilibj/hal/FRCNetComm.java"
22
23
- command = "\"$rootDir/gen/wpilibj_frcnetcomm.py\""
+ command = "gen/wpilibj_frcnetcomm.py"
24
}
25
26
compileJava.dependsOn genNetcomm
0 commit comments