On Tue, 1 Jun 2021 11:08:26 GMT, Ambarish Rapte <[email protected]> wrote:
> Is a specific version of IntelliJ required to test this fix, I use 2019.2 > version. I always build using terminal, on my IntelliJ the build fails both > before and after. ### I'm using the newest version (Community edition, 2021.1.2). Executing `gradle` via the IntelliJ build-in terminal works for me:  Executing `gradle sdk` via 'IntelliJ Gradle' works for me:  And running normal unit tests works for me as well:  Any chance you can test it with the newest version? > .idea/gradle.xml line 28: > >> 26: </option> >> 27: </component> >> 28: </project> > > I can see the same modules in project structure with or without this change. > Is this required for build to work ? This enabled the IntelliJ gradle plugin for me, so e.g. the support for doing the tasks in the ide. And with it, I was able to run normal unit tests from the ide (see also screenshot(s) below)  ------------- PR: https://git.openjdk.java.net/jfx/pull/506
