Fix projects having different version numbers (#1113)

This commit is contained in:
Thad House
2018-06-17 19:59:49 -07:00
committed by Peter Johnson
parent 6b1b4796c2
commit 064989f2e4
9 changed files with 1 additions and 57 deletions

View File

@@ -1,11 +1,4 @@
apply plugin: 'maven-publish'
apply plugin: 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin'
if (!hasProperty('releaseType')) {
WPILibVersion {
releaseType = 'dev'
}
}
def pubVersion = ''
if (project.hasProperty("publishVersion")) {