Skip to content

Commit 8166cc9

Browse files
committed
Not static
1 parent d9a531f commit 8166cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/groovy/org/labkey/gradle/task/StopLabKey.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class StopLabKey extends DefaultTask
4747

4848
}
4949

50-
private static void stopLabKeyByPid(long pid)
50+
private void stopLabKeyByPid(long pid)
5151
{
5252
ProcessHandle.of(pid).ifPresent {processHandle ->
5353
processHandle.onExit().thenRun {

0 commit comments

Comments
 (0)