Skip to content

Commit a524015

Browse files
authored
Remove duplicate source included in jar (#831)
1 parent 3cf39e4 commit a524015

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vscode-wpilib/resources/gradle/java/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ wpi.sim.addDriverstation()
8989
// knows where to look for our Robot Class.
9090
jar {
9191
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
92-
from sourceSets.main.allSource
9392
from('src') { into 'backup/src' }
9493
from('vendordeps') { into 'backup/vendordeps' }
9594
from('build.gradle') { into 'backup' }

0 commit comments

Comments
 (0)