RE: Navigating between errors, warnings hints etc

2024-01-25 Thread John
Vic, Firstly, thanks for taking the time to respond to my query. Much appreciated.It used to be CTRL-PERIOD and CTRL-COMMA, but it stopped working a long time ago.Glad it’s not just me then! the Action Items window (CTRL-6) is really nice This looks very promising. I only have a distant recollectio

Re: Upgrade Gradle version.

2024-01-25 Thread Owen Thomas
Thanks all. I created a new Gradle 7.2 multiproject build and imported my sources to it. That seems to have worked. On Thu, 25 Jan 2024 at 20:51, Giles Winstanley wrote: > Aside from Laszlo's suggestion to use Java 17, since you seem to be in a > position to choose your Gradle version, I suggest

Re: Upgrade Gradle version.

2024-01-25 Thread Giles Winstanley
Aside from Laszlo's suggestion to use Java 17, since you seem to be in a position to choose your Gradle version, I suggest trying Gradle 8.5, which has better support for *running* on Java 21. Gradle 8.4 can build a Java 21 project, but must itself run on Java <21. With Gradle 8.5 you can do bo