Skip to content

Commit

Permalink
build: Specify the key to use
Browse files Browse the repository at this point in the history
This way I could locally upload to maven central
after the initial problem that the wrong key was used to sign
This should fix ethereum#16433
  • Loading branch information
ligi committed May 7, 2018
1 parent 5463ed9 commit dd4eb5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ func doAndroidArchive(cmdline []string) {
}
build.MustRunCommand("mvn", "gpg:sign-and-deploy-file", "-e", "-X",
"-settings=build/mvn.settings", "-Durl="+repo, "-DrepositoryId=ossrh",
"-Dgpg.keyname=" + os.Getenv("ANDROID_SIGNING_KEY_ID"),
"-DpomFile="+meta.Package+".pom", "-Dfile="+meta.Package+".aar")
}
}
Expand Down

0 comments on commit dd4eb5c

Please sign in to comment.