Skip to content

Commit

Permalink
feat: add support for Containerfile. Update Dockerfile expression
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Nov 6, 2023
1 parent 1b16974 commit 234e2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ export const createJavaBom = async (path, options) => {
let sbtProjectFiles = getAllFiles(
path,
(options.multiProject ? "**/" : "") +
"project/{build.properties,*.sbt,*.scala}"
"project/{build.properties,*.sbt,*.scala}"
);

let sbtProjects = [];
Expand Down

0 comments on commit 234e2c7

Please sign in to comment.