Skip to content

Commit

Permalink
add getter for name field
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Strong authored and etiennestuder committed Jun 9, 2024
1 parent 549ae5b commit cc1d9ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/groovy/nu/studer/gradle/jooq/JooqConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ public Property<Boolean> getGenerateSchemaSourceOnCompilation() {
return generateSchemaSourceOnCompilation;
}

public String getName() {
return name;
}

public Provider<Directory> getOutputDir() {
return outputDir;
}
Expand Down

0 comments on commit cc1d9ab

Please sign in to comment.