Add classifier for the artifact to be resolved correctly
This commit is contained in:
committed by
Pavel Punegov
parent
5089df2441
commit
52055ecc94
@@ -9,5 +9,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
add("runtime", provider { sources.singleFile })
|
add("runtime", provider { sources.singleFile }) {
|
||||||
|
classifier = "sources"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user