diff --git a/src/main/resources/web/redhat-camel-app/theme.scss b/src/main/resources/web/redhat-camel-app/theme.scss index 7110e02..0b0c585 100644 --- a/src/main/resources/web/redhat-camel-app/theme.scss +++ b/src/main/resources/web/redhat-camel-app/theme.scss @@ -163,3 +163,8 @@ --blurbInfoIconColor: var(--primary); } +// Hide Gradle build tool options - only show Maven +#buildtool option[value="GRADLE"], +#buildtool option[value="GRADLE_KOTLIN_DSL"] { + display: none; +}