Update build-theme-example.gradle

This commit is contained in:
2025-11-20 20:02:49 +00:00
parent a4f3069512
commit 914dd6dfba

View File

@@ -6,7 +6,12 @@
apply plugin: 'java-library' apply plugin: 'java-library'
configurations { configurations {
webjar webjar {
canBeResolved = true
canBeConsumed = false
canBeDeclared = true
transitive = true
}
} }
dependencies { dependencies {