Skip to content

Commit

Permalink
Switch to debugging illegal access.
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Sep 6, 2019
1 parent 3f3a2dd commit 88abc12
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 @@ -45,7 +45,7 @@ test {
useTestNG() {
useDefaultListeners = true;
};
jvmArgs "--illegal-access=deny"
jvmArgs "--illegal-access=debug"
}

/*
Expand Down

0 comments on commit 88abc12

Please sign in to comment.