Skip to content

Commit

Permalink
[Java] Workaround GradleUp/shadow#917.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed May 15, 2024
1 parent 86e36dd commit 8956a8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ subprojects {
'aeron.perform.storage.checks': 'false',
'agrona.strict.alignment.checks': 'true',
'net.bytebuddy.experimental': 'true',
'io.aeron.shadow.net.bytebuddy.experimental': 'true',
'java.net.preferIPv4Stack': 'true',
'aeron.test.system.aeronmd.path': System.getProperty('aeron.test.system.aeronmd.path'),
'aeron.test.system.binding.remote.host': System.getProperty('aeron.test.system.binding.remote.host'),
Expand Down

0 comments on commit 8956a8a

Please sign in to comment.