Skip to content

Commit 471acef

Browse files
RajatGupta02Rajat Gupta
and
Rajat Gupta
authored
Add agent files in deb,rpm (#17917)
Signed-off-by: Rajat Gupta <[email protected]> Co-authored-by: Rajat Gupta <[email protected]>
1 parent 4308f4c commit 471acef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

distribution/packages/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ Closure commonPackageConfig(String type, boolean jdk, String architecture) {
175175
with jdkFiles(project, 'linux', architecture)
176176
}
177177
}
178+
into('agent') {
179+
with agentFiles()
180+
}
178181
// we need to specify every intermediate directory in these paths so the package managers know they are explicitly
179182
// intended to manage them; otherwise they may be left behind on uninstallation. duplicate calls of the same
180183
// directory are fine

0 commit comments

Comments
 (0)