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

@ -12,6 +12,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. --> <!-- 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> <IsPackable>true</IsPackable>
<IsProductPackage>true</IsProductPackage>
<!-- Pass the Java Package Version down to Gradle --> <!-- Pass the Java Package Version down to Gradle -->
<GradleOptions>-PpackageVersion="$(PackageVersion)"</GradleOptions> <GradleOptions>-PpackageVersion="$(PackageVersion)"</GradleOptions>
<!-- Disable gradle daemon on CI since the CI seems to try to wait for the daemon to shut down, which it doesn't do :) --> <!-- Disable gradle daemon on CI since the CI seems to try to wait for the daemon to shut down, which it doesn't do :) -->