Commit efd5a45 1 parent 3ad30fe commit efd5a45 Copy full SHA for efd5a45
File tree 1 file changed +3
-3
lines changed
src/test/groovy/nu/studer/gradle/rocker
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -315,9 +315,9 @@ afterEvaluate {
315
315
! fileExists(' src/generated/rocker/Example.java' )
316
316
fileExists(' src/generated/rocker/other/Example.java' )
317
317
fileExists(' build/classes/java/main/Example.class' )
318
- ! result. output. contains(' dir /src/generated/rocker---' )
319
- result. output. contains(' dir /src/generated/rocker/other---' )
320
- result. output. contains(' dir /src/main/java---' )
318
+ ! result. output. contains(' /src/generated/rocker---' )
319
+ result. output. contains(' /src/generated/rocker/other---' )
320
+ result. output. contains(' /src/main/java---' )
321
321
result. task(' :compileRocker' ). outcome == TaskOutcome . SUCCESS
322
322
result. task(' :classes' ). outcome == TaskOutcome . SUCCESS
323
323
}
You can’t perform that action at this time.
0 commit comments