mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 14:50:56 +00:00
correct afterEvaluate nesting
This commit is contained in:
+2
-2
@@ -28,9 +28,9 @@ allprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
project(":platforms").subprojects.forEach {
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
configureDistribution()
|
project(":platforms").subprojects.forEach { // Platform projects are where distribution happens
|
||||||
|
it.configureDistribution()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user