diff --git a/publish.gradle b/publish.gradle index b5c9136..9d0f208 100644 --- a/publish.gradle +++ b/publish.gradle @@ -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 {