Skip to content

Commit

Permalink
Fix current snapshot 1.0.5 not 1.0.4 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 23, 2021
1 parent b6e6cae commit 13870fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
targetPath: $(System.DefaultWorkingDirectory)
- bash: ./gradlew --no-daemon -Pversion=$GRADLE_VERSION publish
env:
GRADLE_VERSION: 1.0.4.BUILD-SNAPSHOT
GRADLE_VERSION: 1.0.5.BUILD-SNAPSHOT
${{ if not(endsWith(variables['version'], '.RELEASE')) }}:
GRADLE_PUBLISH_REPO_URL: https://repo.spring.io/libs-snapshot-local/
GRADLE_PUBLISH_MAVEN_USER: $(artifactory.username)
Expand Down

0 comments on commit 13870fc

Please sign in to comment.