Mark Java client as Product Package (#6697)

This commit is contained in:
Mikael Mengistu 2019-01-14 21:24:52 -08:00 committed by GitHub
parent 63ee551b6b
commit 86a0becd59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
<!-- In servicing builds, this will be set to value if the Java client is not configured to be released in the currently building patch. -->
<IsPackable>true</IsPackable>
<IsProductPackage>true</IsProductPackage>
<!-- Pass the Java Package Version down to Gradle -->
<GradleOptions>-PpackageVersion="$(PackageVersion)"</GradleOptions>