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

Use animal-sniffer to ensure only Java 1.5 is used #194

Merged
merged 1 commit into from
May 22, 2013

Conversation

candrews
Copy link
Contributor

Using http://mojo.codehaus.org/animal-sniffer/index.html will ensure that okhttp will always run on Java 1.5 regardless of what version of Java is used to build it. This check prevents problems such as those fixed in #186.

@swankjesse
Copy link
Collaborator

Our tests rely on Java 6. Is this going to be a problem? Is there any mechanism to make animal-sniffer detect Android APIs?

swankjesse added a commit that referenced this pull request May 22, 2013
Use animal-sniffer to ensure only Java 1.5 is used
@swankjesse swankjesse merged commit f34c1ff into square:master May 22, 2013
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