Skip to content

Commit

Permalink
Add GitHub workflow for regular build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Mar 3, 2025
1 parent a402839 commit 1ab4e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
container:
image: gradle:8.12.1-jdk8
steps:
- uses: actions/checkout@v4

- name: versions
run: |
echo PATH=${PATH}
Expand All @@ -21,8 +23,6 @@ jobs:
gradle --version
gradle javaToolchains
- uses: actions/checkout@v4

- name: build
run: |
gradle --warning-mode all --no-daemon clean build
Expand Down

0 comments on commit 1ab4e4a

Please sign in to comment.