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:
Fredric Silberberg
2015-10-31 14:27:38 -04:00
parent 7fbd0e34d3
commit 9df5f5e27a
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ sourceSets {
jar {
description = 'Generates NetworkTables jar, with the JNI shared libraries embedded'
baseName = 'ntcore'
if (buildPlatform == 'arm') {
dependsOn { ntcoreSharedLibrary }