Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Prev Previous commit
Next Next commit
setting appveyor to use build gradle task
  • Loading branch information
marandaneto committed Nov 9, 2019
commit 9100082e2af526bdd52ccd7c2d64718cbcc2548c
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cache:
- "%USERPROFILE%\\.gradle\\wrapper"
- "%USERPROFILE%\\.m2\\repository"
build_script:
- cmd: gradlew.bat assemble check
- cmd: gradlew.bat build
artifacts:
- path: '**\libs\*sentry*.jar'
- path: '**\outputs\aar\*sentry*.aar'
Expand Down