mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Fixes gradle publish with no flags. (#35)
This commit is contained in:
committed by
Fred Silberberg
parent
7ec223d445
commit
f225c4773a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user