We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5299998 commit 9ac74d3Copy full SHA for 9ac74d3
1 file changed
plugin-gradle/src/test/java/com/diffplug/gradle/spotless/MultiProjectTest.java
@@ -185,6 +185,6 @@ void predeclaredRequiresNonIsolatedProjects() throws IOException {
185
"}");
186
createNSubprojects();
187
Assertions.assertThat(gradleRunner().withArguments("spotlessApply").buildAndFail().getOutput())
188
- .contains("Cannot access project");
+ .containsAnyOf("Cannot access project", "cannot access 'Project.tasks'");
189
}
190
0 commit comments