mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-02 16:05:29 +00:00
create configureAddon method
This commit is contained in:
parent
a15e45875e
commit
fe18d89580
@ -11,6 +11,13 @@ fun Project.configureCommon() {
|
||||
version = rootProject.version
|
||||
}
|
||||
|
||||
fun Project.configureAddon() {
|
||||
configureDependencies()
|
||||
configureCompilation()
|
||||
|
||||
version = rootProject.version
|
||||
}
|
||||
|
||||
fun Project.getGitHash(): String {
|
||||
val stdout = ByteArrayOutputStream()
|
||||
exec {
|
||||
|
Loading…
x
Reference in New Issue
Block a user