Skip to content

Commit 731099a

Browse files
authored
Default tests.security.manager to false (#128252) (#128289)
1 parent 83d3e18 commit 731099a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchTestBasePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public void execute(Task t) {
152152
"tests.artifact",
153153
project.getName(),
154154
"tests.security.manager",
155-
"true",
155+
"false",
156156
"jna.nosys",
157157
"true"
158158
);

0 commit comments

Comments
 (0)