We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55e280 commit 1115280Copy full SHA for 1115280
instrumentation/jms-3/build.gradle
@@ -19,9 +19,6 @@ test {
19
// throw an exception if security manager is not enabled.
20
// They have a ticket regarding this: https://issues.apache.org/jira/browse/ARTEMIS-4975
21
// but it is unlikely the fix can be used here because it will likely not be Java 8 compatible.
22
- if (project.hasProperty("test24")) {
23
- jvmArgs += '-Djava.security.manager=allow'
24
- }
25
}
26
27
site {
0 commit comments