mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-20 06:00:58 +00:00
Gradle experiment: Throw an exception quickly if trying to build release without RELEASE_STORE_FILE.
This commit is contained in:
parent
414249e904
commit
d8859acb27
@ -20,6 +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.')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user