mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
correct afterEvaluate nesting
This commit is contained in:
parent
a3a4cf8251
commit
363b70c1a6
@ -28,9 +28,9 @@ allprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
project(":platforms").subprojects.forEach {
|
afterEvaluate {
|
||||||
afterEvaluate {
|
project(":platforms").subprojects.forEach { // Platform projects are where distribution happens
|
||||||
configureDistribution()
|
it.configureDistribution()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user