Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewiilover authored Sep 8, 2024
1 parent 2a92860 commit d63471e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:


steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: fatjyc/[email protected]
with:
# The GitHub API user
Expand All @@ -37,9 +40,6 @@ jobs:
committor_email: [email protected]
# Submodule path
path: wrapper
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit d63471e

Please sign in to comment.