This commit is contained in:
Gauthier Roebroeck 2019-12-12 16:05:10 +08:00
parent 0bd51d7188
commit 33ae3ec1a8

View file

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