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

Replace io.github.oliviercailloux:google-or-tools by our wrapper #2379

Closed
REASY opened this issue Feb 28, 2020 · 3 comments
Closed

Replace io.github.oliviercailloux:google-or-tools by our wrapper #2379

REASY opened this issue Feb 28, 2020 · 3 comments
Assignees

Comments

@REASY
Copy link
Collaborator

REASY commented Feb 28, 2020

Our wrapper is ready, so we can replace io.github.oliviercailloux:google-or-tools:6.7.2

compile("io.github.oliviercailloux:google-or-tools:6.7.2") {

@SHaaD94
Copy link
Collaborator

SHaaD94 commented Feb 28, 2020

#2377

@haitamlaarabi
Copy link
Collaborator

@REASY @SHaaD94
what about leaving
compile("io.github.oliviercailloux:google-or-tools:6.7.2")
so that in the case when no library is available for an OS/distribution, the or-tools classes will still be recognized by scala avoiding therefore any compilation or runtime errors.

@SHaaD94
Copy link
Collaborator

SHaaD94 commented Feb 29, 2020

@REASY @SHaaD94
what about leaving
compile("io.github.oliviercailloux:google-or-tools:6.7.2")
so that in the case when no library is available for an OS/distribution, the or-tools classes will still be recognized by scala avoiding therefore any compilation or runtime errors.

No need for that, because new wrapper also contains or-tools java classes

@SHaaD94 SHaaD94 closed this as completed Mar 5, 2020
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

No branches or pull requests

3 participants