Skip to content

Commit

Permalink
build: add -e and -X flags to get more information on ethereum#16433 (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored and kimmyeonghun committed Jul 2, 2018
1 parent d0247f4 commit 1c32f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ func doAndroidArchive(cmdline []string) {
if meta.Develop {
repo = *deploy + "/content/repositories/snapshots"
}
build.MustRunCommand("mvn", "gpg:sign-and-deploy-file",
build.MustRunCommand("mvn", "gpg:sign-and-deploy-file", "-e", "-X",
"-settings=build/mvn.settings", "-Durl="+repo, "-DrepositoryId=ossrh",
"-DpomFile="+meta.Package+".pom", "-Dfile="+meta.Package+".aar")
}
Expand Down

0 comments on commit 1c32f0e

Please sign in to comment.