1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Update antora on next development version release

Move commit from gradle task to workflow. Update antora.yml after project version update and before commit.

Closes gh-11021
This commit is contained in:
Eleftheria Stein
2022-03-29 12:25:55 +02:00
parent 4a25264404
commit 992b8c38ac
3 changed files with 4 additions and 24 deletions
@@ -263,7 +263,9 @@ jobs:
export GRADLE_ENTERPRISE_CACHE_PASSWORD="$GRADLE_ENTERPRISE_CACHE_PASSWORD"
export GRADLE_ENTERPRISE_ACCESS_KEY="$GRADLE_ENTERPRISE_SECRET_ACCESS_KEY"
echo "Updating $REPO@$VERSION to next snapshot version."
./gradlew updateToSnapshotVersion -Pcommit=true
./gradlew :updateToSnapshotVersion
./gradlew :spring-security-docs:antoraUpdateVersion
git commit -am "Next development version"
git push
notify_result:
name: Check for failures