Skip to content

Commit

Permalink
Disable JNA debug logging for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon committed Nov 24, 2023
1 parent f417df2 commit 96e1376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8

test {

systemProperties = ['jna.debug_load': true]
systemProperties = ['jna.debug_load': false]
afterSuite { desc, result ->
if (!desc.parent) {
println ""
Expand Down

0 comments on commit 96e1376

Please sign in to comment.