sbt-codeartifact
sbt-codeartifact copied to clipboard
codeArtifactUrl not found error
I am using this plugin for pushing artifacts to code artifact. But it always through an error that codeArtifactUrl not found even though i specify the same in my build.sbt file and also on project/*.scala file.
Is this a bug or something I am missing?
@sawanverma Can you share your build.sbt relevant to this plugin and what the error is?
I am using build.sbt as well as project/*.scala file.
In the build.sbt with othe stuffs I just mention the following
codeArtifactUrl := "the url"
but it fails with the error that
codeArtifactUrl not defined. assign this with codeArtifactUrl := "your-url"
Have you set the codeArtifactUrl
to your aws code artifact url?