Re: Java/Gradle issue - help appreciated

2022-06-22 Thread Jiayu Liu
Hi JensG, I guess you can either upgrade your Java version to 11 or remove the whole line of "org.gradle.jvmargs=--add-exports" within "lib/java/gradle.properties" file. On June 23, 2022, Jens Geyer wrote: > Hi, > > I repeatedly run into an issue with one of my PRs. > Funny thing is, I did not

Java/Gradle issue - help appreciated

2022-06-22 Thread Jens Geyer
Hi, I repeatedly run into an issue with one of my PRs. Funny thing is, I did not even touch that option or file. Starting a Gradle Daemon (subsequent builds will be faster) Could not write standard input to Gradle build daemon. [...] FAILURE: Build failed with an exception. * What