Skip to content

Commit ca07bcc

Browse files
committed
jmxfetch upgrade adds 20k which is just enough to push us over 32m
1 parent e48df9e commit ca07bcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ tasks.register('checkAgentJarSize') {
468468
doLast {
469469
// Arbitrary limit to prevent unintentional increases to the agent jar size
470470
// Raise or lower as required
471-
assert tasks.named("shadowJar", ShadowJar).get().archiveFile.get().getAsFile().length() <= 32 * 1024 * 1024
471+
assert tasks.named("shadowJar", ShadowJar).get().archiveFile.get().getAsFile().length() <= 33 * 1024 * 1024
472472
}
473473

474474
dependsOn "shadowJar"

0 commit comments

Comments
 (0)