File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 277277 <plugin >
278278 <groupId >org.apache.maven.plugins</groupId >
279279 <artifactId >maven-shade-plugin</artifactId >
280- <version >3.2.4 </version >
280+ <version >3.6.1 </version >
281281
282282 <configuration >
283283 <filters >
Original file line number Diff line number Diff line change 11# Create the package. Skip tests since this is just for testing the contents of the jar. We've already run the tests in another step.
22mvn package -DskipTests -Dmaven.javadoc.skip=true
3+ if [ $? -ne 0 ]; then
4+ exit 1
5+ fi
36# List everything in the shaded jar. Anything in com/datadog is good since that's either shaded or our own code.
47# We intentionally avoid shading anything in META-INF in the pom.xml.
58# And there are some native libraries in other directories that we don't shade so we only want to check for .class files.
You can’t perform that action at this time.
0 commit comments