diff --git a/rockcraft/extensions/spring_boot.py b/rockcraft/extensions/spring_boot.py index 220f2d39..7ebb1fe2 100644 --- a/rockcraft/extensions/spring_boot.py +++ b/rockcraft/extensions/spring_boot.py @@ -64,9 +64,7 @@ def get_part_snippet(self) -> Dict[str, Any]: def get_root_snippet(self) -> Dict[str, Any]: self._check_project() - return { - "run_user": "_daemon_", - } + return {} def get_runtime_deps_part(self) -> Dict[str, Any]: if "spring-boot-framework/runtime-deps" not in self.yaml_data.get("parts", {}):