Skip to content

Commit

Permalink
Merge pull request #13 from polentino/#12-unrecognized-option-auto-pa…
Browse files Browse the repository at this point in the history
…ckages

Fixes flag --auto-packages typo
  • Loading branch information
Oleksii Lisikh authored Dec 17, 2018
2 parents 218b1fc + f6ab046 commit 84216d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class ScalaxbGenTask extends JavaExec {
spec.args "--named-attributes"
}
if (ext.autoPackages) {
spec.args "--auto-packages"
spec.args "--autopackages"
}
if (ext.mutable) {
spec.args "--mutable"
Expand Down

0 comments on commit 84216d6

Please sign in to comment.