mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
5 lines
85 B
Groovy
5 lines
85 B
Groovy
|
|
ext {
|
||
|
|
// these values will be retrieved during gradle build
|
||
|
|
gitInfoVcmi = "none"
|
||
|
|
}
|