We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897f779 commit 494e3f6Copy full SHA for 494e3f6
Makefile
@@ -1,7 +1,7 @@
1
.POSIX:
2
.PHONY: init clean distclean build-openssl build publish-local-snapshot \
3
publish-local-release publish-remote-snapshot public-remote-release check
4
-GRADLE = @./gradlew
+GRADLE = ./gradlew
5
6
init:
7
git submodule update --init
@@ -65,6 +65,7 @@ publish-remote-release:
65
$(GRADLE) \
66
-PpublishSnapshot=false \
67
-PpublishLocal=false \
68
+ -PdebugBuild=false \
69
-PsigningKeyId="$$gpgKeyId" \
70
-PsigningKeyRingFile="$$gpgKeyRingFile" \
71
-PsigningKeyPassword="$$gpgPassword" \
0 commit comments