cflint / CFLint

Static code analysis for CFML (a linter)
BSD 3-Clause "New" or "Revised" License
174 stars 84 forks source link

make all urls in build.gradle https since it will fail with http urls #725

Closed T-rav closed 7 months ago

T-rav commented 7 months ago

I fixed a build issue with build.gradle where it would fail when trying to access http urls since https is now required

KamasamaK commented 7 months ago

Thanks