mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Updated wpiutil version
This commit is contained in:
committed by
Fred Silberberg
parent
778edaeb28
commit
fe4ef75cf6
@@ -3,7 +3,7 @@ import org.gradle.internal.os.OperatingSystem
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin'
|
||||
|
||||
def utilVersion = "1.0.0${-> WPILibVersion.version.substring(WPILibVersion.version.indexOf('-'))}"
|
||||
def utilVersion = "1.0.1-beta-1${-> WPILibVersion.version.substring(WPILibVersion.version.indexOf('-'))}"
|
||||
def utilFile = file("$buildDir/wpiutil.txt")
|
||||
def ntcoreFile = file("$buildDir/ntcore.txt")
|
||||
|
||||
@@ -52,7 +52,7 @@ publishing {
|
||||
// If the library is not embedded include it in the repo
|
||||
if (!project.hasProperty('compilerPrefix')) {
|
||||
artifact natArm.ntcoreZip
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (project.hasProperty('makeDesktop')) {
|
||||
|
||||
Reference in New Issue
Block a user