From a3253cc610013f450ac078cb56c42099b8a32997 Mon Sep 17 00:00:00 2001 From: Rajat Gupta Date: Sun, 13 Apr 2025 00:58:11 +0530 Subject: [PATCH] Add agent files in deb,rpm Signed-off-by: Rajat Gupta --- distribution/packages/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/distribution/packages/build.gradle b/distribution/packages/build.gradle index a980c4d415045..a02f907f86aef 100644 --- a/distribution/packages/build.gradle +++ b/distribution/packages/build.gradle @@ -175,6 +175,9 @@ Closure commonPackageConfig(String type, boolean jdk, String architecture) { with jdkFiles(project, 'linux', architecture) } } + into('agent') { + with agentFiles() + } // we need to specify every intermediate directory in these paths so the package managers know they are explicitly // intended to manage them; otherwise they may be left behind on uninstallation. duplicate calls of the same // directory are fine