Skip to content

Commit

Permalink
disable snappy 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Sep 10, 2024
1 parent 4521c92 commit 5b18361
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 @@ -185,6 +185,7 @@ tasks.withType(Test) {
systemProperties['make.fail'] = 'false'
systemProperties['include.longrunning'] = 'false'
systemProperties['ignore.ioexceptions'] = 'false'
systemProperties['samjdk.snappy.disable'] = 'true'
maxHeapSize = '2g'
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
useJUnitPlatform()
Expand Down

0 comments on commit 5b18361

Please sign in to comment.