Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Library uses Java 8 which makes integration difficult #145

Closed
riyaz opened this issue Oct 28, 2017 · 4 comments
Closed

Library uses Java 8 which makes integration difficult #145

riyaz opened this issue Oct 28, 2017 · 4 comments
Assignees

Comments

@riyaz
Copy link

riyaz commented Oct 28, 2017

When I tried to integrate lib build failed since OpenYOLO uses Java 8, to use Java 8 I need to migrate my app to Gradle 3.0 plugin which has its own setup process, maybe bit relaxed requirement of Java is good for easy integration.

@dxslly
Copy link
Collaborator

dxslly commented Oct 30, 2017

Thanks for pointing this out! I will try and new release out soon that will support 1.7+. Based on some quick research that seems the lowest commonly used version, but if anyone knows differently please comment :)

@iainmcgin
Copy link
Member

I wouldn't rush to change this. The 3.x build plugins are now stable, and Java 8 is here to stay.

@dxslly
Copy link
Collaborator

dxslly commented Oct 30, 2017

I wouldn't rush to change this. The 3.x build plugins are now stable, and Java 8 is here to stay.

Given that it is a small change to our source code and can reduce the required work for a developer to integrate I think it is worth getting in asap. I am also concerned that this could be a blocker for some codebases where upgrading to 3.x could be non-trival (e.g. Fennec).

@dxslly
Copy link
Collaborator

dxslly commented Oct 31, 2017

Done, the next release will support 1.7+.

@dxslly dxslly closed this as completed Oct 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants