We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cecc44 + 0734d4d commit 09823c3Copy full SHA for 09823c3
agent/build.gradle
@@ -68,6 +68,8 @@ shadowJar() {
68
exclude 'META-INF/NOTICE*'
69
exclude 'META-INF/services/javax.servlet.ServletContainerInitializer'
70
71
+ exclude 'module-info.class'
72
+
73
// prevent duplicate files
74
exclude 'LICENSE'
75
exclude 'NOTICE'
0 commit comments