sqids / sqids-java

Official Java port of Sqids. Generate short unique IDs from numbers.
https://sqids.org/java
MIT License
188 stars 16 forks source link

Commit gradle wrapper as recommended by Gradle #14

Open robhanlon22 opened 9 months ago

robhanlon22 commented 9 months ago

From https://docs.gradle.org/current/userguide/gradle_wrapper.html:

To make the Wrapper files available to other developers and execution environments, you need to check them into version control. Wrapper files, including the JAR file, are small. Adding the JAR file to version control is expected. Some organizations do not allow projects to submit binary files to version control, and there is no workaround available.