Skip to content

Commit 1529690

Browse files
committed
Deny illegal access.
1 parent 39090e3 commit 1529690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ test {
4545
useTestNG() {
4646
useDefaultListeners = true;
4747
};
48+
jvmArgs "--illegal-access=deny"
4849
}
4950

5051
/*

0 commit comments

Comments
 (0)