Skip to content

Commit c74f883

Browse files
authored
chore: Tweak comment
1 parent ec931f4 commit c74f883

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dd-java-agent/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ def includeShadowJar(TaskProvider<ShadowJar> shadowJarTask, String jarname) {
131131

132132
from(zipTree(shadowJarTask.get().archiveFile)) {
133133
into jarname
134-
exclude 'datadog/trace/config/inversion/**' // hides large config inversion files
134+
// Excludes the repeated generated files :
135+
// ${jarname}/datadog/trace/config/inversion/GeneratedSupportedConfigurations.classdata
136+
exclude 'datadog/trace/config/inversion/**'
135137
rename '(^.*)\\.class$', '$1.classdata'
136138
// Rename LICENSE file since it clashes with license dir on non-case sensitive FSs (i.e. Mac)
137139
rename '^LICENSE$', 'LICENSE.renamed'

0 commit comments

Comments
 (0)