This commit is contained in:
Gauthier Roebroeck 2019-10-30 15:40:04 +08:00
parent e9820c1abf
commit 5221f22eb7

View file

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