Skip to content

Commit

Permalink
maybe this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunnky committed Oct 4, 2024
1 parent fa8b0b0 commit b52b97a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '17' # Specify the required Java version
java-version: 16
distribution: adopt

# Step 3: Get the current version from pom.xml
- name: Get current version
Expand Down

0 comments on commit b52b97a

Please sign in to comment.