Skip to content

Commit d30ad8f

Browse files
committed
updating gradle to not exclude config inversion
1 parent 3b92a69 commit d30ad8f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dd-java-agent/build.gradle

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

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

0 commit comments

Comments
 (0)