Skip to content

Commit

Permalink
Update build_snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecdcaeb committed Nov 12, 2024
1 parent d1ac75f commit 33246a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: Build Test Artifact
on:
push:
branches:
- 'main'
paths-ignore:
- 'docs/**'

Expand All @@ -33,8 +32,8 @@ jobs:
- name: Setup Java
uses: actions/[email protected]
with:
java-version: '8'
distribution: 'zulu'
java-version: '21'
distribution: 'temurin'
cache: gradle
- name: Build
uses: gradle/gradle-build-action@v3
Expand Down

0 comments on commit 33246a6

Please sign in to comment.