Devmode gizmo and CoPilot for Gradle project doesn't work

Recently I start a new project. On request of the customer the build tool should be Gradle. I setup the Vaadin 24.5.8 project according the document in https://vaadin.com/docs/latest/getting-started/project/gradle#spring-gradle-starter
Unfortunately, neither CoPilot is available as I know it from all my other maven based 24.5.x projects nor the Vaadin Devmode Gizmo is visible at all. Also hot-reload via JRebel doesn’t work in IDEA … but this may be a IntelliJ issue…
Is there any special Gradle related setup needed ?

Kind regard
Dominik

As far as I know, there shouldn’t be anything special there related to Gradle. You should launch the Application class in the IDE and not any gradle target, just like you would do with Maven. The Copilot icon should show up regardless, as long as you are using localhost and are running in development (i.e not production) mode

Thanks Artur for your fast response. After updating to the latest Intelli IDEA Vaadin plugin and have some patience, the Dev mode gizmo is visible again …