boilermaker
Results
2
comments of
boilermaker
My version that handles multiple %2Fs in a filename, and doesn't munge Gifs ``` task correctCoverReports(type: Copy) { from('.gogradle/reports/coverage') { include '**/*.html' rename { filename -> filename.replaceAll('%2F', '-') } filter...
I punted on using this. I started using https://dbeaver.io/ which has a feature for comparing databases. And then when it didn’t do what I wanted. I wrote my own. Ken...