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

v5.4.4 - Downgrades Java 11 -> 8 for Compatibility. #478

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Conversation

handstandsam
Copy link
Contributor

No reason why we need 11, and some users need Java 8 compatibility.

Issue: #476

@@ -28,8 +28,8 @@ repositories {
}

dependencies {
implementation group: 'com.dropbox.core', name: 'dropbox-core-sdk', version: '+', changing: true
implementation 'org.testng:testng:6.9.10'
implementation(project(":dropbox-sdk-java"))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought I previously addressed all these references to version +, but not in this test. Updated!

@handstandsam handstandsam merged commit f28d537 into main Oct 17, 2022
@handstandsam handstandsam changed the title Downgrade. Java 11 -> 8. v5.4.4 - Downgrades Java 11 -> 8 for Compatibility. Oct 17, 2022
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.

None yet

2 participants