Skip to content

Commit

Permalink
chore: Build and publish artifacts with Java 8 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl authored Jun 12, 2024
1 parent b97a018 commit 89a051a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-test-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
paths:
- '**/*'
push:
branches: [main]

env:
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up JDK 17
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
java-version: 17
java-version: '8'
distribution: 'adopt'
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 89a051a

Please sign in to comment.