Skip to content

Commit 3d9bd73

Browse files
committed
Prevent shadow plugin from adding Multi-Release manifest attribute
Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
1 parent 8eabd73 commit 3d9bd73

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

agent/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ shadowJar {
5757
attributes('Premain-Class': 'reactor.blockhound.BlockHound')
5858
}
5959

60+
addMultiReleaseAttribute = false
61+
6062
exclude 'META-INF/versions/**'
6163
exclude 'META-INF/NOTICE'
6264
exclude 'META-INF/LICENSE'

0 commit comments

Comments
 (0)