-
Notifications
You must be signed in to change notification settings - Fork 8
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
Global sbt settings #4
Comments
+1 |
2 similar comments
+1 |
+1 |
according this lines https://github.com/JetBrains/tc-sbt-runner/blob/master/tc-sbt-runner-server/src/main/java/jetbrains/buildServer/sbt/SbtRunnerRunType.java#L14-L16 I see that it's possible ovveride default value with
but I tried add this variable in Agent file |
Hi, I would like to be able to specify settings for sbt runner that will get applied to all build configurations that use it.
Specifically I want to be able to make sure it always uses our internal nexus, to resolve dependencies (as that is a proxy to the everything).
I can do this at the individual build configuration level by specifying the the following switches:
-Dsbt.override.build.repos=true -Dsbt.repository.config=
As described in http://www.scala-sbt.org/0.13/docs/Proxy-Repositories.html
However I would like to specify this just once for the plugin and have all build configurations using sbt runner pick them up.
Tim
The text was updated successfully, but these errors were encountered: