We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1e58c commit 9ddf738Copy full SHA for 9ddf738
azure-pipelines.yml
@@ -22,7 +22,7 @@ steps:
22
publishJUnitResults: false
23
testResultsFiles: '**/TEST-*.xml'
24
tasks: 'build publishToMavenLocal PatchExamples'
25
- options: '--stacktrace -PlocalPublish -PpublishVersion=4242.1.1-ci'
+ options: '--stacktrace -PlocalPublish'
26
27
- script: |
28
cd examples/cpp
build.gradle
@@ -36,7 +36,7 @@ compileGroovy {
36
37
allprojects {
38
group = "edu.wpi.first"
39
- version = "2019.1.1"
+ version = "2019.2.1"
40
41
if (project.hasProperty('publishVersion')) {
42
version = project.publishVersion
0 commit comments