We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f33fe8 commit bd39939Copy full SHA for bd39939
dd-java-agent/build.gradle
@@ -436,7 +436,7 @@ tasks.register('checkAgentJarSize') {
436
doLast {
437
// Arbitrary limit to prevent unintentional increases to the agent jar size
438
// Raise or lower as required
439
- assert tasks.named("shadowJar", ShadowJar).get().archiveFile.get().getAsFile().length() <= 32 * 1024 * 1024
+ assert tasks.named("shadowJar", ShadowJar).get().archiveFile.get().getAsFile().length() <= 34 * 1024 * 1024
440
}
441
442
dependsOn "shadowJar"
0 commit comments