Skip to content

Commit

Permalink
Use jdk 11 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Oct 6, 2021
1 parent c602020 commit e6205b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/third_party_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Java and Maven
uses: actions/setup-java@v1
with:
java-version: 9
java-version: 11
- name: Update pom files and reduce logs
run: |
find . -type f -name "pom.xml" -exec sed -i -e 's|${revision}|${{ github.event.inputs.version }}|g' \
Expand All @@ -29,9 +29,8 @@ jobs:
- name: Release Maven package
uses: samuelmeuli/action-maven-publish@v1
with:
directory: third-party-libraries
directory: ./third-party-libraries/
maven_profiles: release
maven_args: -q --batch-mode
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
nexus_username: ${{ secrets.SONATYPE_USER }}
Expand Down

0 comments on commit e6205b4

Please sign in to comment.