File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 298
298
<goal >exec</goal >
299
299
</goals >
300
300
<configuration >
301
- <workingDirectory >${rootproject .basedir} /gradle-kotlin-dsl</workingDirectory >
301
+ <workingDirectory >${project .basedir} /gradle-kotlin-dsl</workingDirectory >
302
302
<executable >./gradlew</executable >
303
303
<arguments >
304
304
<argument >build</argument >
641
641
<goal >exec</goal >
642
642
</goals >
643
643
<configuration >
644
- <workingDirectory >${rootproject .basedir} /gradle-kotlin-dsl</workingDirectory >
644
+ <workingDirectory >${project .basedir} /gradle-kotlin-dsl</workingDirectory >
645
645
<executable >./gradlew</executable >
646
646
<arguments >
647
647
<argument >build</argument >
655
655
<goal >exec</goal >
656
656
</goals >
657
657
<configuration >
658
- <workingDirectory >${rootproject .basedir} /gradle-kotlin-dsl</workingDirectory >
658
+ <workingDirectory >${project .basedir} /gradle-kotlin-dsl</workingDirectory >
659
659
<executable >./gradlew</executable >
660
660
<arguments >
661
661
<argument >test</argument >
You can’t perform that action at this time.
0 commit comments