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 8f945b0 commit a5047d5Copy full SHA for a5047d5
dd-java-agent/build.gradle
@@ -289,7 +289,7 @@ tasks.register('checkAgentJarSize').configure {
289
doLast {
290
// Arbitrary limit to prevent unintentional increases to the agent jar size
291
// Raise or lower as required
292
- assert shadowJar.archiveFile.get().getAsFile().length() <= 30 * 1024 * 1024
+ assert shadowJar.archiveFile.get().getAsFile().length() <= 31 * 1024 * 1024
293
}
294
295
dependsOn "shadowJar"
0 commit comments