Skip to content

Commit d164473

Browse files
committed
Fix issue in test setup
1 parent 1d640e7 commit d164473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/org/gradlex/javamodule/moduleinfo/test/AddressCatalogEntriesFunctionalTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradlex.javamodule.moduleinfo.test.fixture.GradleBuild
44
import org.gradlex.javamodule.moduleinfo.test.fixture.LegacyLibraries
55
import spock.lang.IgnoreIf
66

7-
@IgnoreIf({ GradleBuild.gradleVersionUnderTest.startsWith("6.") })
7+
@IgnoreIf({ GradleBuild.gradleVersionUnderTest?.startsWith("6.") })
88
class AddressCatalogEntriesFunctionalTest extends AbstractFunctionalTest {
99

1010
LegacyLibraries libs = new LegacyLibraries(false, true)

0 commit comments

Comments
 (0)