From fe4ef75cf6d71dc435c89d8306d9878ad74e7d68 Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Fri, 28 Oct 2016 16:27:33 -0700 Subject: [PATCH] Updated wpiutil version --- publish.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.gradle b/publish.gradle index 50185c7..4d3ede1 100644 --- a/publish.gradle +++ b/publish.gradle @@ -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')) {