We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97a018 commit 89a051aCopy full SHA for 89a051a
.github/workflows/lint-test-sdk.yml
@@ -4,6 +4,8 @@ on:
4
pull_request:
5
paths:
6
- '**/*'
7
+ push:
8
+ branches: [main]
9
10
env:
11
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
.github/workflows/publish-snapshot.yml
@@ -17,10 +17,10 @@ jobs:
17
with:
18
fetch-depth: 0
19
20
- - name: Set up JDK 17
+ - name: Set up JDK 8
21
uses: actions/setup-java@v4
22
23
- java-version: 17
+ java-version: '8'
24
distribution: 'adopt'
25
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
26
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments