Skip to content

Commit

Permalink
[test] Remove seemingly useless test.resources srcDir config (reactor…
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 22, 2018
1 parent 58c7c50 commit 946ac4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,6 @@ project('reactor-core') {
}
}

sourceSets.test.resources.srcDirs = ["src/test/resources", "src/test/java"]

if (!JavaVersion.current().isJava9Compatible()) {
test {
jvmArgs = ["-Xbootclasspath/p:" + configurations.jsr166backport.asPath]
Expand Down

0 comments on commit 946ac4a

Please sign in to comment.