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