Skip to content

Commit

Permalink
Use SAPMachine in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Sep 9, 2024
1 parent be74aae commit f644b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
distribution: 'sapmachine'

# Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
Expand All @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
distribution: 'sapmachine'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
distribution: 'sapmachine'

# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
Expand Down

0 comments on commit f644b53

Please sign in to comment.