mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-13 12:30:57 +00:00
gradle: try to detect CI env variable
This commit is contained in:
parent
14d2adb190
commit
9382599f50
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ versionberg {
|
|||
nameTemplate '${major}.${minor}.${patch}-${commitCount}-${commitSha}'
|
||||
}
|
||||
|
||||
println System.getenv('CI')
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
defaultConfig {
|
||||
|
|
Loading…
Reference in a new issue