Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a523cde

Browse files
committedMar 20, 2025·
Fixes: dotnet/java-interop#23 Changes: dotnet/java-interop@bc44f08...5852e6e * dotnet/java-interop@5852e6e3: [Java.Interop] Use `Class.forName()` as fallback to load Java classes (dotnet/java-interop#1326)
1 parent 1fa3bf5 commit a523cde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[submodule "external/Java.Interop"]
1414
path = external/Java.Interop
1515
url = https://github.com/dotnet/java-interop
16-
branch = dev/jonp/jonp-Class.forName
16+
branch = main
1717
[submodule "external/libunwind"]
1818
path = external/libunwind
1919
url = https://github.com/libunwind/libunwind.git

‎external/Java.Interop

0 commit comments

Comments
 (0)
Please sign in to comment.