You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Build is hanging at startServer.
It is not going ahead to execute remaining tasks.
build.gradle:-
apply plugin: 'com.wiredforcode.spawn'
task startServer(type: SpawnProcessTask, dependsOn: 'assemble') {
command "startApplication.bat"
ready 'Started.Application'
pidLockFileName ".new.pid.lock"
}
task stopServer(type: KillProcessTask)
cmd Output:-