Skip to content

Commit

Permalink
gradle: Avoid catch-22 where you can't change the config when it star…
Browse files Browse the repository at this point in the history
…ts out at release (sync needs to pass)
  • Loading branch information
hrydgard committed Mar 25, 2017
1 parent f011ac3 commit 6a88d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -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.'
}
}
}
Expand Down

0 comments on commit 6a88d6c

Please sign in to comment.