Skip to content

Commit

Permalink
feat(dart): add license generation
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Jul 1, 2024
1 parent aab0906 commit d812167
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public void processOpts() {
supportingFiles.add(new SupportingFile("version.mustache", srcFolder, "version.dart"));
supportingFiles.add(new SupportingFile("LICENSE", "", "LICENSE"));
supportingFiles.add(new SupportingFile("LICENSE", "../client_core/", "LICENSE"));
supportingFiles.add(new SupportingFile("LICENSE", "../chopper_requester/", "LICENSE"));

// Search config
additionalProperties.put("isSearchClient", client.equals("search"));
Expand Down

0 comments on commit d812167

Please sign in to comment.