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

Bump Gradle and Nebula versions to latest #398

Merged
merged 2 commits into from
Oct 10, 2019

Conversation

carl-mastrangelo
Copy link
Contributor

In order to show the necessity of #397 , I tried building governator with Java11. I was unable to do so because the version string parser couldn't parse JDK11 version:

* What went wrong:
Could not determine java version from '11.0.2'.

@qiangdavidliu
Copy link
Contributor

@carl-mastrangelo you probably want to do another push on this PR too to fix the oracle -> open JDK issues.

@carl-mastrangelo
Copy link
Contributor Author

@qiangdavidliu Done! BTW, You should probably test with multiple JDKs, which this change should allow us to do.

@carl-mastrangelo
Copy link
Contributor Author

cc: @artgon

@qiangdavidliu
Copy link
Contributor

@carl-mastrangelo looks like the build is still failing even with OpenJDK

@brharrington
Copy link
Contributor

Gradle 5 separates the compile and runtime scope of modules:

https://docs.gradle.org/5.0/userguide/java_library_plugin.html#sec:java_library_separation

You'll need to add a few direct dependencies to governator-test that were obtained transitively before. The dependency changes in #391 might still work.

@carl-mastrangelo
Copy link
Contributor Author

@brharrington @qiangdavidliu Done, PTAL

@qiangdavidliu qiangdavidliu merged commit 9d3337c into Netflix:master Oct 10, 2019
@carl-mastrangelo carl-mastrangelo deleted the gradlebump branch October 10, 2019 03:40
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.

3 participants