This commit is contained in:
Gauthier Roebroeck 2019-10-25 17:25:34 +08:00
parent 9edc6566c9
commit bf7b32654c

View file

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