Fixed gradle publish with no flags. (#176)

This commit is contained in:
Fred Silberberg
2017-01-01 00:13:00 -08:00
committed by Peter Johnson
parent df7d3261c9
commit bac4b3d5cb

View File

@@ -43,6 +43,12 @@ if (project.buildArm) {
project(':arm:ntcore').build.dependsOn outputVersions
}
if (!hasProperty('releaseType')) {
WPILibVersion {
releaseType = 'dev'
}
}
// We change what repo we publish to depending on whether this is a development, beta, stable, or full
// release. This is set up in the main gradle file.
publishing {