-
-
Notifications
You must be signed in to change notification settings - Fork 735
fix: release Parse Android SDK 2.0.0 not building on jitpack #1129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for opening this pull request!
|
Codecov Report
@@ Coverage Diff @@
## master #1129 +/- ##
=========================================
Coverage 65.28% 65.28%
Complexity 2218 2218
=========================================
Files 122 122
Lines 9957 9957
Branches 1337 1337
=========================================
Hits 6500 6500
Misses 2945 2945
Partials 512 512 Continue to review full report at Codecov.
|
ca564da
to
40b80a7
Compare
I will reformat the title to use the proper commit message syntax. |
## [2.0.1](2.0.0...2.0.1) (2021-10-14) ### Bug Fixes * add maven publications to configure the Jitpack releases ([parse-community#1128](https://github.com/mtrezza/Parse-SDK-Android/issues/1128)) ([67c4fb6](67c4fb6)) * Parse Android SDK 2.0.0 not building on jitpack ([parse-community#1129](https://github.com/mtrezza/Parse-SDK-Android/issues/1129)) ([5d40917](5d40917))
🎉 This pull request has been released in version 2.0.1 |
New Pull Request Checklist
Issue Description
Releases on jitpack are not building correctly.
Related issue: #n/a
Approach
Instruct to build using java 11
See https://jitpack.io/docs/BUILDING/#java-version
TODOs before merging