Skip to content

Commit bd39939

Browse files
jbachorikclaude
andcommitted
Bump agent jar size limit to 34 MB for jafar-tools
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3f33fe8 commit bd39939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ tasks.register('checkAgentJarSize') {
436436
doLast {
437437
// Arbitrary limit to prevent unintentional increases to the agent jar size
438438
// Raise or lower as required
439-
assert tasks.named("shadowJar", ShadowJar).get().archiveFile.get().getAsFile().length() <= 32 * 1024 * 1024
439+
assert tasks.named("shadowJar", ShadowJar).get().archiveFile.get().getAsFile().length() <= 34 * 1024 * 1024
440440
}
441441

442442
dependsOn "shadowJar"

0 commit comments

Comments
 (0)