Joshua Morris

Results 8 comments of Joshua Morris

``` task cleanGoGradle(type: Delete) { delete '.gogradle' followSymlinks = true } FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':cleanGoGradle'. > Unable to delete...

@blindpirate the links don’t resolve for me when hosting the reports static. When the bowser converts the %2F back into / it is looking for config.html in the fantastic-meme directory....

My temporary solution: ``` task correctCoverReports(type: Copy) { from '.gogradle/reports/coverage' into '.gogradle/reports/coverage-corrected' rename '(.*)%2F(.*).html', '$1-$2.html' filter { line -> line.replaceAll('%2F', '-') } } ```

I think this is related to #280

I found that link but it doesn’t work for me, I get the amazing dog image on it.

It's true that there is more complications with perforce. I have yet to see any benefit in using it over other VCS. Unfortunaly my employer uses it so I must...

Yep I've heard that as well. Maybe one day when I have time to try it. Never time between projects to explore/integrate tools.

I would like to save the reports as build artifacts in Jenkins.