Open ctoabidmaqbool opened 1 year ago
Sometimes when gradle jproRun task executes, then it run previous running application on the given ports in gradle file.
gradle jproRun
Expected behavior: If another jpro app is running on given port then new app should not be started as another app is using the same port.
By the way some times its noted that another codding runs not which we run, if another app is running on same port.
Sometimes when
gradle jproRun
task executes, then it run previous running application on the given ports in gradle file.Expected behavior: If another jpro app is running on given port then new app should not be started as another app is using the same port.
By the way some times its noted that another codding runs not which we run, if another app is running on same port.