mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
When running on jenkins, the base name of produced archives becomes the project name. This fixes that to be the correct name.
Change-Id: Ie5a25bf9eabdb8fb1a1ee14d56e2e7badc634afc
This commit is contained in:
@@ -129,6 +129,7 @@ task ntcoreZip(type: Zip) {
|
|||||||
description = 'Creates platform-specific zip of the desktop ntcore libraries.'
|
description = 'Creates platform-specific zip of the desktop ntcore libraries.'
|
||||||
group = 'WPILib'
|
group = 'WPILib'
|
||||||
destinationDir = project.buildDir
|
destinationDir = project.buildDir
|
||||||
|
baseName = 'ntcore'
|
||||||
|
|
||||||
from(file('include')) {
|
from(file('include')) {
|
||||||
into 'include'
|
into 'include'
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ sourceSets {
|
|||||||
|
|
||||||
jar {
|
jar {
|
||||||
description = 'Generates NetworkTables jar, with the JNI shared libraries embedded'
|
description = 'Generates NetworkTables jar, with the JNI shared libraries embedded'
|
||||||
|
baseName = 'ntcore'
|
||||||
|
|
||||||
if (buildPlatform == 'arm') {
|
if (buildPlatform == 'arm') {
|
||||||
dependsOn { ntcoreSharedLibrary }
|
dependsOn { ntcoreSharedLibrary }
|
||||||
|
|||||||
Reference in New Issue
Block a user