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

#390 - Hopefully fixing Gradle build #397

Merged
merged 1 commit into from
Aug 1, 2017
Merged

Conversation

TheRealAgentK
Copy link
Collaborator

Fix for Travis build

@TheRealAgentK TheRealAgentK merged commit 23c129e into cflint:dev Aug 1, 2017
return version;
} else {
return "";
}
} catch (Exception e) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think there's any valid case where the code throws an exception. getImplementationversion() is just a plain getter. If there's any exception thrown, it'll likely be an error, possibly unrecoverable, that we may want to know about.

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