Skip to content

Commit

Permalink
Include wrapper jar to the template
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe committed Oct 5, 2024
1 parent f21c4df commit 3cd3274
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ import ballerina/log;
import ballerina/time;

// Define file extensions to be accepted as template files
public type TemplateFileExt "bal"|"md"|"json"|"yaml"|"yml"|"toml"|"gradle"|"properties"|"gitignore"|"txt";

// Define file name patterns to be accepted as template files

public type TemplateFileExt "bal"|"md"|"json"|"yaml"|"yml"|"toml"|"gradle"|"properties"|"gitignore"|"txt"|"jar";

# This function generates a connector template with the given metadata.
#
Expand Down

0 comments on commit 3cd3274

Please sign in to comment.