We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb6bb0 commit 1a26e9fCopy full SHA for 1a26e9f
src/test/groovy/com/github/gradle/node/task/NodeTask_integTest.groovy
@@ -81,13 +81,6 @@ class NodeTask_integTest extends AbstractIntegTest {
81
82
then:
83
result8.task(":executeDirectoryScript").outcome == TaskOutcome.FAILED
84
- if (gv < GradleVersion.version("7.0")) {
85
- assert result8.output.contains("specified for property 'script' is not a file")
86
- } else if (gv < GradleVersion.version("8.0-milestone-1")) {
87
- assert result8.output.contains("Reason: Expected an input to be a file but it was a directory.")
88
- } else {
89
- assert result8.output.contains("Accessing unreadable inputs or outputs is not supported.")
90
- }
91
92
when:
93
def result9 = build(":version")
0 commit comments