Skip to content

Commit

Permalink
Maybe these env vars don't work that way huh
Browse files Browse the repository at this point in the history
  • Loading branch information
Max K committed Feb 11, 2024
1 parent cdefe3e commit 728b8b5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
- main
- '*' # Remove before merge

env:
JDK_VERSION: 17
JDK_DISTRIBUTION: temurin

permissions:
pull-requests: write

Expand All @@ -26,8 +22,8 @@ jobs:
- name: Setup JDK
uses: actions/[email protected]
with:
java-version: '$JDK_VERSION'
distribution: '$JDK_DISTRIBUTION'
java-version: '17'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
Expand Down Expand Up @@ -58,7 +54,7 @@ jobs:
- name: Setup JDK
uses: actions/[email protected]
with:
java-version: '$JDK_VERSION'
distribution: '$JDK_DISTRIBUTION'
java-version: '17'
distribution: 'temurin'
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3

0 comments on commit 728b8b5

Please sign in to comment.