Skip to content

Commit

Permalink
java version change
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharchaudhari30 committed Mar 24, 2024
1 parent 27aa6bf commit 720617a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: actions/checkout@v2 # https://github.com/actions/checkout
with:
fetch-depth: "0" # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
- name: 2. Set up Java
run: export JAVA_HOME=$JAVA_HOME_17_X64
- name: 3. Perform build
run: gradle build -x test
- name: 4. Perform release
Expand Down

0 comments on commit 720617a

Please sign in to comment.