Skip to content

Commit ed033de

Browse files
committed
Java.Interop needs JDK-17 support first!
1 parent 33f1e37 commit ed033de

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
branch = main
99
[submodule "external/Java.Interop"]
1010
path = external/Java.Interop
11-
url = https://github.com/xamarin/java.interop.git
12-
branch = main
11+
url = https://github.com/jonpryor/java.interop.git
12+
branch = jonp-allow-jdk-17
1313
[submodule "external/lz4"]
1414
path = external/lz4
1515
url = https://github.com/lz4/lz4.git

external/Java.Interop.override.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<XamarinAndroidToolsDirectory>$(MSBuildThisFileDirectory)xamarin-android-tools</XamarinAndroidToolsDirectory>
5+
<Jdks11MaxVersion>17.99.0</Jdks11MaxVersion>
56
</PropertyGroup>
67

78
</Project>

0 commit comments

Comments
 (0)