Skip to content

Commit

Permalink
Fix Java setup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Feb 16, 2024
1 parent 8d65748 commit 8fc282a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name: SmallRye BeanBag
release:
current-version: 1.4.0
next-version: 1.4.1-SNAPSHOT

6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- uses: actions/checkout@v4
name: checkout

- uses: AdoptOpenJDK/install-jdk@v1
name: set up JDK
- uses: actions/setup-java@v4
with:
version: 17
distribution: temurin
java-version: 17

- name: Build
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11

- name: maven release ${{steps.metadata.outputs.current-version}}
Expand Down

0 comments on commit 8fc282a

Please sign in to comment.