Add classifier for the artifact to be resolved correctly

This commit is contained in:
Pavel Punegov
2019-02-11 14:46:27 +03:00
committed by Pavel Punegov
parent 5089df2441
commit 52055ecc94
@@ -9,5 +9,7 @@ dependencies {
}
artifacts {
add("runtime", provider { sources.singleFile })
add("runtime", provider { sources.singleFile }) {
classifier = "sources"
}
}