Skip to content

Commit

Permalink
set up a java version
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Dec 15, 2024
1 parent dfc2d45 commit f39db6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'zulu'
- name: Build with Tests
run: |
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
Expand Down

0 comments on commit f39db6e

Please sign in to comment.