Skip to content

Commit

Permalink
Change GitLab Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Dec 26, 2023
1 parent db20d33 commit 2861300
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,20 @@ on:

jobs:

build-jdk8:
name: "Build JDK 8"
build-gradle:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v2
- name: Setup JDK 8
uses: actions/setup-java@v3
with:
distribution: adopt-hotspot
distribution: temurin
java-version: 8
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: GitLab4j verify
id: gitlab4j-verify
run: |
Expand Down

0 comments on commit 2861300

Please sign in to comment.