We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea98882 commit 1f553d7Copy full SHA for 1f553d7
1 file changed
dd-java-agent/build.gradle
@@ -467,7 +467,7 @@ tasks.register('checkAgentJarSize') {
467
doLast {
468
// Arbitrary limit to prevent unintentional increases to the agent jar size
469
// Raise or lower as required
470
- assert tasks.named("shadowJar", ShadowJar).get().archiveFile.get().getAsFile().length() <= 32 * 1024 * 1024
+ assert tasks.named("shadowJar", ShadowJar).get().archiveFile.get().getAsFile().length() <= 33 * 1024 * 1024
471
}
472
473
dependsOn "shadowJar"
0 commit comments