This commit is contained in:
Gauthier Roebroeck 2019-12-18 17:09:01 +08:00
parent 5115d2cce5
commit 659cea480b

View file

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