Skip to content

Commit 47c8796

Browse files
authored
feat: Only keep maven as buildtool for redhat-camel variant (#210)
1 parent 90a874b commit 47c8796

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/web/redhat-camel-app/theme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,8 @@
163163
--blurbInfoIconColor: var(--primary);
164164
}
165165

166+
// Hide Gradle build tool options - only show Maven
167+
#buildtool option[value="GRADLE"],
168+
#buildtool option[value="GRADLE_KOTLIN_DSL"] {
169+
display: none;
170+
}

0 commit comments

Comments
 (0)