Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

codeArtifactUrl not found error #30

Open
sawanverma opened this issue Jan 3, 2024 · 3 comments
Open

codeArtifactUrl not found error #30

sawanverma opened this issue Jan 3, 2024 · 3 comments

Comments

@sawanverma
Copy link

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?

@bbstilson
Copy link
Owner

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

@sawanverma
Copy link
Author

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"

@bbstilson
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants