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 firmianavan committed Aug 28, 2018
1 parent 354cdca commit 57d5e0e
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 @@ -766,7 +766,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 57d5e0e

Please sign in to comment.