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.
1 parent 8eabd73 commit 3d9bd73Copy full SHA for 3d9bd73
1 file changed
agent/build.gradle
@@ -57,6 +57,8 @@ shadowJar {
57
attributes('Premain-Class': 'reactor.blockhound.BlockHound')
58
}
59
60
+ addMultiReleaseAttribute = false
61
+
62
exclude 'META-INF/versions/**'
63
exclude 'META-INF/NOTICE'
64
exclude 'META-INF/LICENSE'
0 commit comments