Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Increase agent jar size
  • Loading branch information
sarahchen6 committed Apr 22, 2025
commit f61ba6f883b61ba7519c5ce008ba9d803012f1c3
2 changes: 1 addition & 1 deletion dd-java-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ tasks.register('checkAgentJarSize').configure {
doLast {
// Arbitrary limit to prevent unintentional increases to the agent jar size
// Raise or lower as required
assert shadowJar.archiveFile.get().getAsFile().length() <= 31 * 1024 * 1024
assert shadowJar.archiveFile.get().getAsFile().length() <= 35 * 1024 * 1024
}

dependsOn "shadowJar"
Expand Down
Loading