Skip to content
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

Merged
merged 8 commits into from
Mar 7, 2020

Conversation

ShaishavGandhi
Copy link
Collaborator

Ref #53

@ShaishavGandhi ShaishavGandhi requested a review from ZacSweers March 7, 2020 16:38
- '0.X API':
- 'rxdogtag': 0.x/rxdogtag/com.uber.rxdogtag/
- 'rxdogtag-autodispose': 0.x/rxdogtag-autodispose/com.uber.rxdogtag.autodispose/
- '1.X API':
Copy link
Collaborator Author

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?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah can remove after

@@ -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]
Copy link
Collaborator Author

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

Copy link
Collaborator Author

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)

@@ -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
Copy link
Collaborator

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?

Copy link
Collaborator Author

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':
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah can remove after

@ShaishavGandhi ShaishavGandhi merged commit 40d7e02 into master Mar 7, 2020
@ShaishavGandhi ShaishavGandhi deleted the sg/1-0-preparations branch March 7, 2020 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants