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

[experiment] try building on Java 13 #232

Closed
wants to merge 7 commits into from
Closed

Conversation

iamdanfox
Copy link
Contributor

@iamdanfox iamdanfox commented Aug 22, 2019

The final release candidate has been cut, expecting GA next month (2019/09/17). Figured we might as well hunt down any blockers.

@@ -75,6 +76,7 @@ subprojects {
'-Xlint:unchecked',
'-XepDisableWarningsInGeneratedCode',
'-XepExcludedPaths:.*(generated).*',
'-Xep:TypeParameterUnusedInFormals:OFF', // doesn't work on Java 13 https://github.com/google/error-prone/issues/1106
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Delete when this merges palantir/gradle-baseline#767

@iamdanfox
Copy link
Contributor Author

Winner winner chicken dinner we have a green build!

@iamdanfox iamdanfox closed this Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant