There was an error while loading. Please reload this page.
1 parent d9a531f commit 8166cc9Copy full SHA for 8166cc9
1 file changed
src/main/groovy/org/labkey/gradle/task/StopLabKey.groovy
@@ -47,7 +47,7 @@ class StopLabKey extends DefaultTask
47
48
}
49
50
- private static void stopLabKeyByPid(long pid)
+ private void stopLabKeyByPid(long pid)
51
{
52
ProcessHandle.of(pid).ifPresent {processHandle ->
53
processHandle.onExit().thenRun {
0 commit comments