Fixes gradle publish with no flags. (#35)

This commit is contained in:
Thad House
2017-01-02 17:23:11 -08:00
committed by Fred Silberberg
parent 7ec223d445
commit f225c4773a

View File

@@ -32,6 +32,12 @@ if (project.buildArm) {
project(':arm').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 {