sbt-codeartifact icon indicating copy to clipboard operation
sbt-codeartifact copied to clipboard

codeArtifactUrl not found error

Open sawanverma opened this issue 1 year ago • 3 comments

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 avatar Jan 03 '24 11:01 sawanverma

@sawanverma Can you share your build.sbt relevant to this plugin and what the error is?

bbstilson avatar Jan 03 '24 18:01 bbstilson

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"

sawanverma avatar Jan 04 '24 09:01 sawanverma

Have you set the codeArtifactUrl to your aws code artifact url?

bbstilson avatar Jan 04 '24 21:01 bbstilson