OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
13 stars 26 forks source link

24.0.9 FVT: The Gradle dev command is taking longer than expected on the initial run. #951

Open aparnamichael opened 2 months ago

aparnamichael commented 2 months ago

When we run the start command for the first time in a Gradle project, it takes longer than expected and gives the impression that the dev mode is stuck. In the terminal, I can see the below message after dev mode starts.

BUILD SUCCESSFUL in 4m 35s

TrevCraw commented 2 months ago

Hi @aparnamichael , is this occurring on every OS?

aparnamichael commented 2 months ago

@TrevCraw We encountered this issue on both Windows and Linux. @turkeylurkey, have you seen this issue on Mac?

turkeylurkey commented 2 months ago

No, but I have not cleared the Gradle cache. Is it spending time downloading the version of Gradle specified in the gradle wrapper?

aparnamichael commented 2 months ago

@turkeylurkey May be the Gradle download is taking a while since it's the first time, but from the terminal, it might seem like the dev mode is stuck.

We both are using physical machines, not VMs for FVT testing.

image