Skip to content

Commit

Permalink
MINOR Consolidate junit-platform.properties (#17399)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
mumrah authored Oct 8, 2024
1 parent 284a3db commit 51482fa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,7 @@ project(':server-common') {
testImplementation libs.mockitoCore

testRuntimeOnly runtimeTestLibs
testRuntimeOnly project(":test-common")
}

task createVersionFile() {
Expand Down Expand Up @@ -2506,6 +2507,7 @@ project(':tools') {
testImplementation libs.apachedsLdifPartition

testRuntimeOnly libs.junitPlatformLanucher
testRuntimeOnly project(':test-common')
}

javadoc {
Expand Down
15 changes: 0 additions & 15 deletions server-common/src/test/resources/junit-platform.properties

This file was deleted.

15 changes: 0 additions & 15 deletions tools/src/test/resources/junit-platform.properties

This file was deleted.

0 comments on commit 51482fa

Please sign in to comment.