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
{{ message }}
This repository was archived by the owner on May 22, 2018. It is now read-only.
I'd like to use this project (java) in a common project library (that has options to choose between alternatives and enables by parameters), but since it's enabled by default I'd have to use:
I'd like to use this project (java) in a common project library (that has options to choose between alternatives and enables by parameters), but since it's enabled by default I'd have to use:
play.modules.disabled += "com.lightbend.lagom.javadsl.dns.ServiceLocatorModule"
but that's problematic/not recommended to use in a library.
One solution would be split this project into two ("core" and "enable") or just make it not enable by default?