From 71e2f1e1e6d63b8ca6cf728b3c8e0f97f75be884 Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 21 Feb 2026 23:55:08 +0100 Subject: [PATCH] kill biome on build to prevent unlink errors on Windows --- commafeed-client/pom.xml | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 94435a13..534ce21e 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -94,4 +94,49 @@ + + + + + + kill-biome + + + Windows + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.6.3 + + + kill-biome + initialize + + exec + + + taskkill + + /F + /IM + biome.exe + + + 0 + + 128 + + + + + + + + + + \ No newline at end of file