Skip to content

Commit

Permalink
GenerateAssemblyInfo must run before _CompileJava.
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Haltom <[email protected]>
  • Loading branch information
wasabii authored Apr 2, 2024
1 parent 845380b commit 80afd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/IKVM.NET.Sdk/targets/IKVM.Java.Core.targets
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Files = files.ToArray();
<PropertyGroup>
<CompileJavaDependsOn>
$(CompileJavaDependsOn)
GenerateAssemblyInfo;
GetReferenceClasspath;
ExportReferences;
_ResolveClasspathFiles;
Expand Down Expand Up @@ -221,4 +222,4 @@ Files = files.ToArray();
<Import Project="IKVM.Java.Core.Tasks.targets" Condition=" '$(UseIkvmTasks)' != 'false' "/>
<Import Project="IKVM.Java.Core.NoTasks.targets" Condition=" '$(UseIkvmTasks)' == 'false' " />

</Project>
</Project>

0 comments on commit 80afd84

Please sign in to comment.