Skip to content

Commit

Permalink
Updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Aug 28, 2023
1 parent b251de9 commit d9d6e83
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Set up JDK 11 ⚙️
- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle dependencies cache ⚙️
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
- name: Checkout repository ⚙️
uses: actions/checkout@v3

- name: Set up JDK 11 ⚙️
- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Cache SonarCloud packages ⚙️
Expand Down Expand Up @@ -131,10 +131,10 @@ jobs:
- name: Checkout repository ⚙️
uses: actions/checkout@v3

- name: Set up JDK 11 ⚙️
- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle dependencies cache ⚙️
Expand Down Expand Up @@ -183,10 +183,10 @@ jobs:
- name: Checkout repository ⚙️
uses: actions/checkout@v3

- name: Set up JDK 11 ⚙️
- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle dependencies cache ⚙️
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Setup Java 11 ⚙️
- name: Setup Java 17 ⚙️
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle dependencies cache ⚙️
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Setup Java 11 ⚙️
- name: Setup Java 17 ⚙️
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle dependencies cache ⚙️
Expand Down Expand Up @@ -89,10 +89,10 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Setup Java 11 ⚙️
- name: Setup Java 17 ⚙️
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle dependencies cache ⚙️
Expand Down Expand Up @@ -146,10 +146,10 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Setup Java 11 ⚙️
- name: Setup Java 17 ⚙️
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle dependencies cache ⚙️
Expand Down

0 comments on commit d9d6e83

Please sign in to comment.