mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 14:50:56 +00:00
fix: shadedImplementation configuration not actually being shaded
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
This commit is contained in:
@@ -24,6 +24,7 @@ fun Project.configureDependencies() {
|
|||||||
api.extendsFrom(this)
|
api.extendsFrom(this)
|
||||||
}
|
}
|
||||||
val shadedImplementation by configurations.creating {
|
val shadedImplementation by configurations.creating {
|
||||||
|
shaded.extendsFrom(this)
|
||||||
implementation.extendsFrom(this)
|
implementation.extendsFrom(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user