Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Fix typo ANKO_GENERATOR_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
4u7 committed Nov 10, 2017
1 parent 570f9db commit 9590f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anko/library/generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mainClassName = "org.jetbrains.android.anko.Main"

run {
// Replace "verify" with "generate" to update generated files
args = ["versions", System.getenv("ANKO_ENERATOR_MODE") ?: "verify",
args = ["versions", System.getenv("ANKO_GENERATOR_MODE") ?: "verify",
"--configuration=anko/props/configuration.json",
"--outputDirectory=anko/library/generated",
"--androidSdk=dependencies/android-sdk"]
Expand Down

0 comments on commit 9590f48

Please sign in to comment.