Skip to content

Commit

Permalink
Config Doc - Avoid duplicates for quarkus.console.color
Browse files Browse the repository at this point in the history
It is now both defined at build time and runtime so we need to ignore
one of them to avoid duplicates.
  • Loading branch information
gsmet committed Oct 22, 2024
1 parent ae67ce8 commit 068d84f
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 068d84f

Please sign in to comment.