Skip to content

Commit

Permalink
fix unrecognised property
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Jul 19, 2023
1 parent 9e0ebaf commit d849735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class BuildAnalyticsConfig {
/**
* The Segment base URI.
*/
@ConfigItem
@ConfigItem(name = "uri.base")
public Optional<String> uriBase;

/**
Expand Down

0 comments on commit d849735

Please sign in to comment.