Additional validator implementations for javax.validation. Most validators use Apache Commons Lang3 and Apache Commons Validator functionality to implement various validation routines.
More information can be found on the project website.
- Set the version to be released in
build.gradle.kts
and commit and tag the change - Sign an arbitrary file to force gpg-agent to store the password for the gpg key (see gradle/gradle#11706)
- Run
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
- Deploy the site for the new version
./gradlew gitPublishPush
- Set the version to the next SNAPSHOT version in
build.gradle.kts
and commit and push the change
Code is under the Apache Licence v2.