7 lines
350 B
XML
7 lines
350 B
XML
<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> |