This commit is contained in:
Gauthier Roebroeck 2019-10-11 13:52:11 +08:00
parent cec2ad4902
commit 4ffbdab5d5

View file

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