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