Skip to content

Commit 9546a54

Browse files
authored
Merge branch 'master' into smola/system-tests-update
2 parents a366ec9 + a5047d5 commit 9546a54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)