You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
@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
Our wrapper is ready, so we can replace
io.github.oliviercailloux:google-or-tools:6.7.2
beam/build.gradle
Line 228 in 32b0ddd
The text was updated successfully, but these errors were encountered: