Skip to content

Commit

Permalink
Used snapshot url for macos
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <[email protected]>
  • Loading branch information
owaiskazi19 committed Jul 6, 2023
1 parent 11f1d8a commit 863156a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Build and Test
run: |
./gradlew build
- name: Build and Test
if: ${{ matrix.os == 'macos-latest' }}
run: |
./gradlew build -D"build.snapshot=true"
- name: Publish to Maven Local
run: |
Expand Down

0 comments on commit 863156a

Please sign in to comment.