Martijn Verburg

Results 668 comments of Martijn Verburg

Can you try to get this to Java 16? You'll need that now :-)

How does this fix it? Does the main gradle build file not supply this info already?

I think the repositories are defined in _build.gradle_: Maybe add to that block instead? ``` repositories { mavenCentral() ivy { url "http://pcgen.sourceforge.net/mvnrepo" allowInsecureProtocol = true patternLayout { artifact "[organisation]/jars/[artifact]-[revision].[ext]" }...

This would require moving all of PCGen to 17. I think we'd need to hold off on this one?

Tested locally with migrating everything to 17. I'll submit a new PR

Yeah this fails regardless on a full build and test, I'll do some digging

Hi @everything411 - If this is also occurring with AdoptOpenJDK then the likely issue is with OpenJDK itself (or some common configuration that you need to set). We'll see if...

@edgarjsanchez I just tried running this on my Intel Mac with Java 17 and the app pops up a splash screen stating that only Java 11 is supported. I think...

Is that a bug upstream at Adoptium as well?

This will require using the newLinux scripts from Adoptium. I suspect we'll just get it out of the box when we cut over.