Skip to content

Commit

Permalink
Remove security.manager systemProperty that is not required.
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 committed Apr 1, 2022
1 parent 9226ca3 commit 55006b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/lang-painless/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ test {
test.classpath -= project.configurations.getByName(ShadowBasePlugin.CONFIGURATION_NAME)
test.classpath += project.extensions.getByType(SourceSetContainer).getByName(SourceSet.MAIN_SOURCE_SET_NAME).runtimeClasspath
}
systemProperty 'tests.security.manager', 'false'
}

shadowJar {
Expand All @@ -75,7 +74,6 @@ shadowJar {
include(dependency('org.ow2.asm:asm-tree:9.2'))
include(dependency('org.ow2.asm:asm-commons:9.2'))
include(dependency('org.ow2.asm:asm-analysis:9.2'))
include(dependency('org.ow2.asm:asm:9.2'))
}
}

Expand Down

0 comments on commit 55006b0

Please sign in to comment.