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