mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +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.*
|
||||||
import com.dfsek.terra.configureDependencies
|
|
||||||
import com.dfsek.terra.configurePublishing
|
|
||||||
import com.dfsek.terra.getGitHash
|
|
||||||
|
|
||||||
val versionObj = Version("6", "0", "0", true)
|
val versionObj = Version("6", "0", "0", true)
|
||||||
|
|
||||||
@ -30,6 +27,13 @@ allprojects {
|
|||||||
reports.junitXml.isEnabled = false
|
reports.junitXml.isEnabled = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
project(":platforms").subprojects.forEach {
|
||||||
|
afterEvaluate {
|
||||||
|
configureDistribution()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version class that does version stuff.
|
* Version class that does version stuff.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user