We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48df9e commit ca07bccCopy full SHA for ca07bcc
1 file changed
dd-java-agent/build.gradle
@@ -468,7 +468,7 @@ tasks.register('checkAgentJarSize') {
468
doLast {
469
// Arbitrary limit to prevent unintentional increases to the agent jar size
470
// Raise or lower as required
471
- 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
472
}
473
474
dependsOn "shadowJar"
0 commit comments