Skip to content

Commit

Permalink
Remove unneeded dependsOn (#8067)
Browse files Browse the repository at this point in the history
Should have been removed with test sets to test suites migration. There
already is
```
tasks {
  check {
    dependsOn(testing.suites)
  }
}
```
  • Loading branch information
laurit authored Mar 22, 2023
1 parent 4a87d6b commit b110a38
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ muzzle {
}
}

tasks {
test {
dependsOn("myfaces12Test")
dependsOn("myfaces2Test")
}
}

dependencies {
compileOnly("org.apache.myfaces.core:myfaces-api:1.2.12")
compileOnly("javax.el:el-api:1.0")
Expand Down

0 comments on commit b110a38

Please sign in to comment.