We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581c959 commit 852200dCopy full SHA for 852200d
dd-java-agent/build.gradle
@@ -291,7 +291,7 @@ tasks.register('checkAgentJarSize').configure {
291
doLast {
292
// Arbitrary limit to prevent unintentional increases to the agent jar size
293
// Raise or lower as required
294
- assert shadowJar.archiveFile.get().getAsFile().length() <= 31 * 1024 * 1024
+ assert shadowJar.archiveFile.get().getAsFile().length() <= 35 * 1024 * 1024
295
}
296
297
dependsOn "shadowJar"
0 commit comments