Skip to content

Commit

Permalink
fix: Collect Qute user tags from templates/tags of dependency JARS
Browse files Browse the repository at this point in the history
(redhat-developer#872)

Fixes redhat-developer#872

Signed-off-by: azerr <azerr@redhat.com>
  • Loading branch information
angelozerr committed May 22, 2023
1 parent 5662df5 commit e756b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
*/
public class QuarkusIntegrationForQute {

private static final String TEMPLATES_TAGS_ENTRY = "templates.tags";
private static final String TEMPLATES_TAGS_ENTRY = "templates/tags";
private static final Logger LOGGER = Logger.getLogger(QuarkusIntegrationForQute.class.getName());

public static DataModelProject<DataModelTemplate<DataModelParameter>> getDataModelProject(Module javaProject,
Expand Down

0 comments on commit e756b0b

Please sign in to comment.