mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Properly describe dirty builds as dirty
This commit is contained in:
parent
26c9140cdb
commit
5b78da589e
|
@ -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].
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue