Skip to content

Commit

Permalink
Set default value of quarkus.jacoco.title to `quarkus.application.n…
Browse files Browse the repository at this point in the history
…ame`
  • Loading branch information
gian1200 committed Jun 16, 2024
1 parent 02083ed commit e4aaf83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class JacocoConfig {
/**
* Name of the root node HTML report pages.
*/
@ConfigItem
@ConfigItem(defaultValue = "${quarkus.application.name}")
public Optional<String> title;

/**
Expand Down

0 comments on commit e4aaf83

Please sign in to comment.