Skip to content

Commit 852200d

Browse files
committed
Increase agent jar size for upgraded bytebuddy
1 parent 581c959 commit 852200d

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
@@ -291,7 +291,7 @@ tasks.register('checkAgentJarSize').configure {
291291
doLast {
292292
// Arbitrary limit to prevent unintentional increases to the agent jar size
293293
// Raise or lower as required
294-
assert shadowJar.archiveFile.get().getAsFile().length() <= 31 * 1024 * 1024
294+
assert shadowJar.archiveFile.get().getAsFile().length() <= 35 * 1024 * 1024
295295
}
296296

297297
dependsOn "shadowJar"

0 commit comments

Comments
 (0)