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,14 +1,7 @@
apply plugin: 'maven-publish'
apply plugin: 'edu.wpi.first.wpilib.versioning.WPILibVersioningPlugin'
apply plugin: 'java'
apply plugin: 'net.ltgt.errorprone'
if (!hasProperty('releaseType')) {
WPILibVersion {
releaseType = 'dev'
}
}
def pubVersion
if (project.hasProperty("publishVersion")) {
pubVersion = project.publishVersion