A small library for deriving a project's version from tags in its Git repository
- Java 79.7%
- CSS 10.6%
- HTML 7%
- Shell 2.5%
- Ruby 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| _jdbld | ||
| api/src/org/jdrupes/gitversioning/api | ||
| core | ||
| misc | ||
| webpages | ||
| .editorconfig | ||
| .gitignore | ||
| .jdbld.properties | ||
| AGENTS.md | ||
| jdbld | ||
| LICENSE | ||
| overview.html | ||
| README.md | ||
JDrupes Git Versioning
A small library for deriving a project's version from tags in its Git repository.
Starting with version 0.2.0, this is no longer distributed via Maven Central. Rather, it is available from the JDrupes Maven registry on Codeberg.
Using gradle, add the registry with:
repositories {
maven {
url 'https://codeberg.org/api/packages/JDrupes/maven'
}
}
Documentation is available here.