Java.Common.props 350 B

1234567
  1. <Project>
  2. <PropertyGroup>
  3. <!-- Disable gradle daemon on CI since the CI seems to try to wait for the daemon to shut down, which it doesn't do -->
  4. <GradleOptions Condition="'$(ContinuousIntegrationBuild)' == 'true'">$(GradleOptions) -Dorg.gradle.daemon=false</GradleOptions>
  5. <PackOnBuild>false</PackOnBuild>
  6. </PropertyGroup>
  7. </Project>