ソースを参照

Remote antoraUpdateVersion task from CI

Josh Cummings 2 年 前
コミット
ff055cf07a
1 ファイル変更0 行追加1 行削除
  1. 0 1
      .github/workflows/continuous-integration-workflow.yml

+ 0 - 1
.github/workflows/continuous-integration-workflow.yml

@@ -271,7 +271,6 @@ jobs:
           export GRADLE_ENTERPRISE_ACCESS_KEY="$GRADLE_ENTERPRISE_SECRET_ACCESS_KEY"
           echo "Updating $REPO@$VERSION to next snapshot version."
           ./gradlew :updateToSnapshotVersion
-          ./gradlew :spring-security-docs:antoraUpdateVersion
           git commit -am "Next development version"
           git push
   perform_post_release: