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 0a0a16d commit 43c51eeCopy full SHA for 43c51ee
.github/workflows/maven.yml
@@ -16,10 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 16
+ - name: Set up JDK 17
20
uses: actions/setup-java@v2
21
with:
22
- java-version: '16'
+ java-version: '17'
23
distribution: 'adopt'
24
cache: maven
25
- name: Restore Maven cache
@@ -34,9 +34,4 @@ jobs:
34
SUPABASE_DATABASE_USER: ${{ secrets.SUPABASE_DATABASE_USER }}
35
SUPABASE_JWT_SIGNER: ${{ secrets.SUPABASE_JWT_SIGNER }}
36
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
37
- run: mvn -Ph2 -B verify --file pom.xml
38
- - name: Save Maven cache
39
- uses: skjolber/maven-cache-github-action@v1
40
- with:
41
- step: save
42
-
+ run: mvn -B verify --file pom.xml
0 commit comments