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 20, 2019
1 parent 1529690 commit 1d6c0e7
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 1d6c0e7

Please sign in to comment.