Skip to content

Commit

Permalink
Merge pull request quarkusio#44024 from gsmet/deduplicate-console-color
Browse files Browse the repository at this point in the history
Config Doc - Avoid duplicates for quarkus.console.color
  • Loading branch information
gsmet authored Oct 22, 2024
2 parents ae67ce8 + 068d84f commit 5588577
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import java.util.Optional;

import io.quarkus.runtime.annotations.ConfigDocIgnore;
import io.quarkus.runtime.annotations.ConfigPhase;
import io.quarkus.runtime.annotations.ConfigRoot;
import io.smallrye.config.ConfigMapping;
Expand Down Expand Up @@ -41,5 +42,6 @@ public interface ConsoleConfig {
* <p>
* If this is not present then an attempt will be made to guess if the terminal supports color
*/
@ConfigDocIgnore
Optional<Boolean> color();
}

0 comments on commit 5588577

Please sign in to comment.