Skip to content

Commit 30deb60

Browse files
ligikaralabe
authored andcommitted
build: add -e and -X flags to get more information on #16433 (#16443)
1 parent 989ab26 commit 30deb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ func doAndroidArchive(cmdline []string) {
766766
if meta.Develop {
767767
repo = *deploy + "/content/repositories/snapshots"
768768
}
769-
build.MustRunCommand("mvn", "gpg:sign-and-deploy-file",
769+
build.MustRunCommand("mvn", "gpg:sign-and-deploy-file", "-e", "-X",
770770
"-settings=build/mvn.settings", "-Durl="+repo, "-DrepositoryId=ossrh",
771771
"-DpomFile="+meta.Package+".pom", "-Dfile="+meta.Package+".aar")
772772
}

0 commit comments

Comments
 (0)