Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Fixed gradle publish with no flags. (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred authored and PeterJohnson committed Jan 1, 2017
1 parent df7d326 commit bac4b3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bac4b3d

Please sign in to comment.