mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
gradle: Avoid catch-22 where you can't change the config when it starts out at release (sync needs to pass)
This commit is contained in:
parent
f011ac39bf
commit
6a88d6c5a4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ android {
|
|||
} else {
|
||||
release {
|
||||
// Can't build release builds without a key store.
|
||||
throw new GradleException('This build type should only be invoked from CI. Use Optimized builds instead.')
|
||||
println 'This build type should only be invoked from CI. Use Optimized builds instead.'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue