Jatin
Jatin
Bringing this to notice again. There needs to be a simple way to provide configurations as part of the deployment! @brunoborges A lot of times these configurations are not required...
Thanks @Flanker32 for the response. Appreciate the help.
Hi @flanker32. I verified it. You are right. Not sure why I faced that issue then. I had to spend a couple of hours then to understand the cause back...
I believe this is no longer an issue and has already been resolved. Or does this issue still exist?
This is still a problem for us. Unable to publish jar to Azure DevOps from SBT> Any alternative ways to deal with it?
The below worked for me in the interim: https://github.com/arktekk/sbt-aether-deploy ```sbt # Use 0.26.0 for JDK8. I think the versions above that use JDK11 addSbtPlugin("no.arktekk.sbt" % "aether-deploy" % "0.26.0") ``` Able...
We were facing the same problem. Where the `global.json` (which came inbuilt with the image of the runner) was creating problems. global.json was pointing to dotnet 5 and our project...
We have a similar use case. It would be great to have a working solution on this.
Any solution to this problem?
I was getting this error when more than two connections were being made from the same machine. It was rejecting the third connection. Restricting it to one connection solved the...