Skip to content

Commit 494e3f6

Browse files
Add release property to Make target
1 parent 897f779 commit 494e3f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.POSIX:
22
.PHONY: init clean distclean build-openssl build publish-local-snapshot \
33
publish-local-release publish-remote-snapshot public-remote-release check
4-
GRADLE = @./gradlew
4+
GRADLE = ./gradlew
55

66
init:
77
git submodule update --init
@@ -65,6 +65,7 @@ publish-remote-release:
6565
$(GRADLE) \
6666
-PpublishSnapshot=false \
6767
-PpublishLocal=false \
68+
-PdebugBuild=false \
6869
-PsigningKeyId="$$gpgKeyId" \
6970
-PsigningKeyRingFile="$$gpgKeyRingFile" \
7071
-PsigningKeyPassword="$$gpgPassword" \

0 commit comments

Comments
 (0)