mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 23:47:50 +00:00
automatically configureDistribution of platform impls
This commit is contained in:
parent
1ae9ae71de
commit
47c284656b
@ -1,7 +1,4 @@
|
||||
import com.dfsek.terra.configureCompilation
|
||||
import com.dfsek.terra.configureDependencies
|
||||
import com.dfsek.terra.configurePublishing
|
||||
import com.dfsek.terra.getGitHash
|
||||
import com.dfsek.terra.*
|
||||
|
||||
val versionObj = Version("6", "0", "0", true)
|
||||
|
||||
@ -30,6 +27,13 @@ allprojects {
|
||||
reports.junitXml.isEnabled = false
|
||||
}
|
||||
}
|
||||
|
||||
project(":platforms").subprojects.forEach {
|
||||
afterEvaluate {
|
||||
configureDistribution()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Version class that does version stuff.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user