-
Notifications
You must be signed in to change notification settings - Fork 10
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
sbt-cpd pulls SNAPSHOT dependency for pmd-apex #21
Comments
4 tasks
Happened to me today while trying to configure a GitHub Action:
This is what happens when any sbt command is called inside the ubuntu vm created if this plugin is enabled. Environmentsbt version: 1.5.5 |
+1 got that error too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected vs Actual Behaviour
It should...
not cause using projects to pull SNAPSHOT dependencies
Instead it...
it causes using projects to pull apex-jorje-ide-1.0-sfdc-187-SNAPSHOT-55042bfc2e
Steps to Reproduce
setup an sbt project and add
addSbtPlugin("com.github.sbt" %% "sbt-cpd" % "2.0.0")
try to start an sbt session
Environment
The text was updated successfully, but these errors were encountered: