Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melaasar authored Feb 22, 2024
1 parent 5766e60 commit f8715d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle Wrapper
run: ./gradlew build generateDocs

- name: Build with Maven
run: mvn verify

dependency-submission:

runs-on: ubuntu-latest
Expand Down

0 comments on commit f8715d0

Please sign in to comment.