-
Notifications
You must be signed in to change notification settings - Fork 56
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
checkPgpSignatures java.lang.IllegalArgumentException #129
Comments
Switching to the |
still happens with 2.2.1 :( |
I'm seeing this too, I've made a minimal reproduction on a branch in the Americium repository: https://github.com/sageserpent-open/americium/tree/being-for-the-benefit-of-issue-129. Git commit in that repository: ba06422. I tried various versions of I'm using The minimal lazy val settings = Seq()
lazy val troublesome = (project in file("."))
.settings(settings: _*) Debugging SBT, I notice that there is just one configuration for The configuration is obtained from the relevant artifacts associated with the module artifacts = {Vector@11770} size = 4
0 = {Artifact@11780} Artifact(troublesome_2.12, pom, pom, None, Vector(pom), None, Map(), None, false)
1 = {Artifact@11781} Artifact(troublesome_2.12, jar, jar, None, Vector(compile), None, Map(), None, false)
2 = {Artifact@11782} Artifact(troublesome_2.12, src, jar, Some(sources), Vector(compile), None, Map(), None, false)
3 = {Artifact@11783} Artifact(troublesome_2.12, doc, jar, Some(javadoc), Vector(compile), None, Map(), None, false) I tried mindlessly debugging through running the The |
Emboldened, I tried tweaking This adds I now see this when running the
|
When executing
sbt checkPgpSignatures
I getjava.lang.IllegalArgumentException
errors. Is there anything I'm missing? This is also happening when executing in thesbt-pgp
repository.The text was updated successfully, but these errors were encountered: