Skip to content

Commit

Permalink
pass options to addGradleDependencyCatalogLibraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Mar 22, 2024
1 parent d83c680 commit d7af02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/java/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export default class JavaGenerator extends BaseApplicationGenerator {
};
return version ? { ...library, version } : { ...library, 'version.ref': versionRef! };
}),
options,
);
}
};
Expand Down

0 comments on commit d7af02e

Please sign in to comment.