mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Fixed gradle publish with no flags. (#176)
This commit is contained in:
committed by
Peter Johnson
parent
df7d3261c9
commit
bac4b3d5cb
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user