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
Hi all. Currently we're using a "repositories" file located in each ~/.sbt local folder in order to add some internal custom dependency repositories. In addition to this, we need to add -Dsbt.override.build.repos=true to SBT_OPTS to force SBT to use this custom repositories instead of the default ones.
This works perfectly well building from terminal but it's not working from idea buiding with the SBT plugin. For some reason, it seems that the plugin is ignoring the SBT local configuration.
Why could be happening?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi all. Currently we're using a "repositories" file located in each ~/.sbt local folder in order to add some internal custom dependency repositories. In addition to this, we need to add -Dsbt.override.build.repos=true to SBT_OPTS to force SBT to use this custom repositories instead of the default ones.
This works perfectly well building from terminal but it's not working from idea buiding with the SBT plugin. For some reason, it seems that the plugin is ignoring the SBT local configuration.
Why could be happening?
Thanks in advance.
The text was updated successfully, but these errors were encountered: