Properly describe dirty builds as dirty

This commit is contained in:
Amos Ng 2020-06-16 07:46:17 +08:00
parent 26c9140cdb
commit 5b78da589e
No known key found for this signature in database
GPG Key ID: 89086414F634D123
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- [2020-06-14] Migrated cache metadata over to a sqlite3 handler [@carbotaniuman].
- [2020-06-15] Properly describe dirty builds as dirty by [@lflare].
### Deprecated
- [2020-06-14] Removed old cache subdirectory migration system by [@carbotaniuman].

View File

@ -8,7 +8,7 @@ plugins {
}
group = "com.mangadex"
version = "git describe --tags".execute().text.trim()
version = "git describe --tags --dirty".execute().text.trim()
mainClassName = "mdnet.base.MangaDexClient"
repositories {