ikvm icon indicating copy to clipboard operation
ikvm copied to clipboard

Using rewrite-java-8 causes stack overflow

Open macsux opened this issue 1 year ago • 0 comments

Trying to reference the following package, causes IKVM.NET to stack overflow during build:

<MavenReference Include="rewrite-java-8">
    <GroupId>org.openrewrite</GroupId>
    <ArtifactId>rewrite-java-8</ArtifactId>
    <Classifier></Classifier>
    <Version>8.35.0</Version>
    <Scope></Scope>
    <Exclusions></Exclusions>
</MavenReference>

macsux avatar Oct 16 '24 23:10 macsux