We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf39e4 commit a524015Copy full SHA for a524015
vscode-wpilib/resources/gradle/java/build.gradle
@@ -89,7 +89,6 @@ wpi.sim.addDriverstation()
89
// knows where to look for our Robot Class.
90
jar {
91
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
92
- from sourceSets.main.allSource
93
from('src') { into 'backup/src' }
94
from('vendordeps') { into 'backup/vendordeps' }
95
from('build.gradle') { into 'backup' }
0 commit comments