mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 07:56:57 +01:00
chore: extract version to gradle.properties
This commit is contained in:
parent
e433695069
commit
fbea40e00c
2 changed files with 1 additions and 1 deletions
1
gradle.properties
Normal file
1
gradle.properties
Normal file
|
|
@ -0,0 +1 @@
|
|||
version=0.10.0
|
||||
|
|
@ -22,7 +22,6 @@ plugins {
|
|||
}
|
||||
|
||||
group = "org.gotson"
|
||||
version = "0.10.0"
|
||||
|
||||
val developmentOnly = configurations.create("developmentOnly")
|
||||
configurations.runtimeClasspath.get().extendsFrom(developmentOnly)
|
||||
|
|
|
|||
Loading…
Reference in a new issue