Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Updated wpiutil version
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred committed Oct 29, 2016
1 parent 778edae commit fe4ef75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down Expand Up @@ -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')) {
Expand Down

0 comments on commit fe4ef75

Please sign in to comment.