Skip to content

Commit da0ab70

Browse files
committed
Fix test
1 parent 5b4223b commit da0ab70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/org/gradlex/javamodule/dependencies/test/LocalModuleMappingsTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ class LocalModuleMappingsTest extends Specification {
7878
'''
7979
8080
then:
81-
build()
81+
runner(false, 'build')
8282
}
8383
}

0 commit comments

Comments
 (0)