Tuesday 15 June 2010

java - Gradle application plugin stuck at 96% when runs app? -



java - Gradle application plugin stuck at 96% when runs app? -

i'm using gradle application plugin run java service, , when ./gradlew myservice:run, runs service , shows console output, gradle process gets stuck @ 96%:

building 96% > :myservice:run

is way application plugin supposed work, or doing wrong here?

it 'stuck' here until quit application. myservice:run task runs application , waits until finishes. see 96% because that's estimation of build progress based on tasks in task graph has executed.

java gradle gradlew

No comments:

Post a Comment