Skip to content

Commit

Permalink
Get it building in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Feb 17, 2024
1 parent 9fa4fa9 commit bbaf683
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Fetch expanded history, which is needed for affected module detection
fetch-depth: '500'
Expand All @@ -21,9 +21,9 @@ jobs:
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'temurin'

- name: Decrypt secrets
Expand All @@ -48,15 +48,15 @@ jobs:
TERM: dumb

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties

- name: set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'temurin'

- name: Decrypt secrets
Expand Down

0 comments on commit bbaf683

Please sign in to comment.