mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Fixes publishing basenames for examples to make combiner script work. (#712)
This commit is contained in:
committed by
Peter Johnson
parent
0d54772362
commit
b9aabc71b0
@@ -22,7 +22,7 @@ def outputsFolder = file("$project.buildDir/outputs")
|
||||
|
||||
task javaExamplesZip(type: Zip) {
|
||||
destinationDir = outputsFolder
|
||||
baseName = 'examples'
|
||||
baseName = 'wpilibj-examples'
|
||||
|
||||
from(licenseFile) {
|
||||
into '/'
|
||||
@@ -39,7 +39,7 @@ task javaExamplesZip(type: Zip) {
|
||||
|
||||
task javaTemplatesZip(type: Zip) {
|
||||
destinationDir = outputsFolder
|
||||
baseName = 'templates'
|
||||
baseName = 'wpilibj-templates'
|
||||
|
||||
from(licenseFile) {
|
||||
into '/'
|
||||
|
||||
Reference in New Issue
Block a user