Skip to content

Commit

Permalink
Fix typo ANKO_GENERATOR_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
4u7 authored and sync_forks committed Jul 31, 2024
1 parent 6322035 commit 433cb95
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 433cb95

Please sign in to comment.