Skip to content

Commit

Permalink
fix java legacy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree authored Feb 20, 2024
1 parent 21d2fc1 commit 2647b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-java-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
ORG_GRADLE_PROJECT_username: ${{ secrets.ORG_GRADLE_PROJECT_USERNAME }}
ORG_GRADLE_PROJECT_password: ${{ secrets.ORG_GRADLE_PROJECT_PASSWORD }}
uses: gradle/gradle-build-action@v2
with: - name: install Java
with:
arguments: closeAndReleaseRepository
gradle-version: "8.1"
build-root-directory: java
Expand Down

0 comments on commit 2647b82

Please sign in to comment.