chore: extract version to gradle.properties

This commit is contained in:
Gauthier Roebroeck 2019-12-31 12:02:52 +08:00
parent e433695069
commit fbea40e00c
2 changed files with 1 additions and 1 deletions

1
gradle.properties Normal file
View file

@ -0,0 +1 @@
version=0.10.0

View file

@ -22,7 +22,6 @@ plugins {
}
group = "org.gotson"
version = "0.10.0"
val developmentOnly = configurations.create("developmentOnly")
configurations.runtimeClasspath.get().extendsFrom(developmentOnly)