summaryrefslogtreecommitdiff
path: root/dev-lang/dafny/files/dafny-3.12.0-DafnyRuntime-csproj.patch
blob: 452763ef967d3e2c2b122b445b3acd277034b76c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Source/DafnyRuntime/DafnyRuntime.csproj
+++ b/Source/DafnyRuntime/DafnyRuntime.csproj
@@ -33,8 +33,6 @@
     <Message Text="Compiling DafnyRuntimeJava to $(DafnyRuntimeJar)..." Importance="high" />
     <!-- For some reason the DafnyRuntime.jar was often not (yet?) created after this Target was run, leading to build failures. 
        We've removed the 'clean' step that was before 'build', so the DafnyRuntime.jar from a previous run can be used. -->
-    <Exec WorkingDirectory="DafnyRuntimeJava" Condition="!$([MSBuild]::IsOSPlatform('Windows'))" Command="./gradlew build" />
-    <Exec WorkingDirectory="DafnyRuntimeJava" Condition="$([MSBuild]::IsOSPlatform('Windows'))" Command="./gradlew.bat build" />
     <ItemGroup>
       <!-- Register the generated file to be deleted when cleaning -->
       <FileWrites Include="$(DafnyRuntimeJar)" />