Skip to content

Commit a5047d5

Browse files
authored
Bump max jar size to 31MB (#8504)
1 parent 8f945b0 commit a5047d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ tasks.register('checkAgentJarSize').configure {
289289
doLast {
290290
// Arbitrary limit to prevent unintentional increases to the agent jar size
291291
// Raise or lower as required
292-
assert shadowJar.archiveFile.get().getAsFile().length() <= 30 * 1024 * 1024
292+
assert shadowJar.archiveFile.get().getAsFile().length() <= 31 * 1024 * 1024
293293
}
294294

295295
dependsOn "shadowJar"

0 commit comments

Comments
 (0)