Skip to content

Commit

Permalink
Merge pull request #34856 from brunobat/34825
Browse files Browse the repository at this point in the history
Fix unrecognised property
  • Loading branch information
geoand authored Jul 20, 2023
2 parents a80f673 + d849735 commit e23f434
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 e23f434

Please sign in to comment.