OWASP / passfault

OWASP Passfault evaluates passwords and enforces password policy in a completely different way.
https://passfault-hrd.appspot.com
Apache License 2.0
174 stars 89 forks source link

Build error using gradlew #53

Closed c-a-m closed 8 years ago

c-a-m commented 8 years ago

gradlew didn't get upgraded with the rest of the build scripts.

Workaround for this is to not use gradlew but install the latest gradle and use the gradle command instead gradlew.

c-a-m commented 8 years ago

I checked in a new gradle wrapper and changed the documentation to use the target installDist instead of installApp. Try using installDist instead.