-
Notifications
You must be signed in to change notification settings - Fork 19
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
Dependency Upgrade + Preparations for 1.0 #55
Conversation
- '0.X API': | ||
- 'rxdogtag': 0.x/rxdogtag/com.uber.rxdogtag/ | ||
- 'rxdogtag-autodispose': 0.x/rxdogtag-autodispose/com.uber.rxdogtag.autodispose/ | ||
- '1.X API': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it's worth keeping 0.x API reference considering that nothing has changed. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah can remove after
Seems like jetpack benchmark fails on Java 9
.github/workflows/ci.yml
Outdated
@@ -9,7 +9,7 @@ jobs: | |||
strategy: | |||
matrix: | |||
# TODO Add 13 once Gradle 6.0 is out | |||
java_version: [1.8, 9, 10, 11, 12] | |||
java_version: [1.8] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like jetpack benchmark barfs on Java 9 and above
https://github.com/uber/RxDogTag/pull/55/checks?check_run_id=492399969
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update. Only 9 fails for JavaDateTimeException (while compiling)
This reverts commit 44d1898.
@@ -1,5 +1,5 @@ | |||
distributionBase=GRADLE_USER_HOME | |||
distributionPath=wrapper/dists | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip | |||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we stick with all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm it auto changes to bin
after i run ./gradlew wrapper
. Do you know if that's the correct command to run?
- '0.X API': | ||
- 'rxdogtag': 0.x/rxdogtag/com.uber.rxdogtag/ | ||
- 'rxdogtag-autodispose': 0.x/rxdogtag-autodispose/com.uber.rxdogtag.autodispose/ | ||
- '1.X API': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah can remove after
Ref #53