Skip to content

Commit

Permalink
PrivilegesEvaluatorTest - new way of setting up cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kt-eliatra committed Jun 7, 2022
1 parent ac3eca8 commit d969c57
Show file tree
Hide file tree
Showing 20 changed files with 5,368 additions and 2 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ configurations.all {
force "org.apache.commons:commons-lang3:3.4"
force "org.springframework:spring-core:5.3.20"
force "com.google.guava:guava:30.0-jre"
force "com.fasterxml.jackson.core:jackson-databind:2.13.2"
}
}

Expand Down Expand Up @@ -218,6 +219,15 @@ testsJar {
libsDirName = '.'
}

task copyResourcesUsedInTests(type: Copy) {
into("${buildDir}/resources/test")

from("${projectDir}/plugin-security.policy") {
}
}

test.dependsOn copyResourcesUsedInTests


test {
maxParallelForks = 3
Expand Down
Loading

0 comments on commit d969c57

Please sign in to comment.