Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
[fix] Close netty thread pool on build finish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Pasternak committed Jun 7, 2023
1 parent 8dfade9 commit 3b471a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public BepBuildResult buildTargetsWithBep(
return new BepBuildResult(result, bepServer.getBepOutput());
} finally {
nettyServer.shutdown();
executor.shutdown();
}
}

Expand Down

0 comments on commit 3b471a4

Please sign in to comment.