Skip to content

Commit

Permalink
Make test match documented behavior "Makes this source set inherit th…
Browse files Browse the repository at this point in the history
…e dependencies of the provided source set"
  • Loading branch information
lukebemish committed Aug 12, 2024
1 parent 59fc72d commit 746d814
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class SourceSetTests extends BuilderBasedTestSpecification {

then:
run.getOutput().contains("com.google.code.gson/gson/2.11.0") || run.getOutput().contains("com.google.code.gson\\gson\\2.11.0")
run.getOutput().contains("inheriting_sourcesets_runtime/build/classes/java/main") || run.getOutput().contains("inheriting_sourcesets_runtime\\build\\classes\\java\\main")
}

def "depending on a sourceset adds the compile dependencies"() {
Expand Down

0 comments on commit 746d814

Please sign in to comment.