Skip to content

Commit

Permalink
Merge pull request #71 from Netflix/Plugin_should_work_without_any_co…
Browse files Browse the repository at this point in the history
…nfiguration._#70

Set default package name, so the plugin works without extra config
  • Loading branch information
paulbakker authored Mar 13, 2021
2 parents aa670c1 + 527db43 commit 762994b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ open class GenerateJavaTask : DefaultTask() {
var schemaPaths = mutableListOf<Any>("${project.projectDir}/src/main/resources/schema")

@Input
var packageName = ""
var packageName = "com.netflix.dgs.codgen.generated"

@Input
var subPackageNameClient = "client"
Expand Down

0 comments on commit 762994b

Please sign in to comment.