This commit is contained in:
Gauthier Roebroeck 2019-10-12 14:50:13 +08:00
parent 648950b3a5
commit eef996dadd

View file

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