This commit is contained in:
Gauthier Roebroeck 2019-11-05 11:23:57 +08:00
parent 80cbbe0ecf
commit baf93efeb1

View file

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