Skip to content

Commit 1f2a021

Browse files
authored
Bump to xamarin/Java.Interop/master@ac914ce3 (#5097)
Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1193891 Changes: dotnet/java-interop@afbc5b3...ac914ce * dotnet/java-interop@ac914ce3: [ci] Add DevDiv required Roslyn analyzers, fix errors (#704) * dotnet/java-interop@a98c1ae1: [build] fix env vars causing gradle build error (#705) * dotnet/java-interop@75354b9f: [Java.Interop] Dispose, *then* Remove (#708) * dotnet/java-interop@8ea0bb28: [jnimarshalmethod-gen] Localizable errors (#696) Commit dotnet/java-interop@ac914ce3 moved the location of `NullableAttributes.cs`; update `Xamarin.Android.Tools.JavadocImporter.csproj` appropriately.
1 parent aa54170 commit 1f2a021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

external/Java.Interop

src/Xamarin.Android.Tools.JavadocImporter/Xamarin.Android.Tools.JavadocImporter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Compile Include="..\..\external\Java.Interop\src\Java.Interop.Tools.JavaCallableWrappers\Java.Interop.Tools.JavaCallableWrappers\Crc64.Table.cs">
3030
<Link>Crc64.Table.cs</Link>
3131
</Compile>
32-
<Compile Include="..\..\external\Java.Interop\src\Java.Interop\NullableAttributes.cs">
32+
<Compile Include="..\..\external\Java.Interop\src\utils\NullableAttributes.cs">
3333
<Link>NullableAttributes.cs</Link>
3434
</Compile>
3535
</ItemGroup>

0 commit comments

Comments
 (0)