Update build-theme-example.gradle
This commit is contained in:
@@ -6,7 +6,12 @@
|
||||
apply plugin: 'java-library'
|
||||
|
||||
configurations {
|
||||
webjar
|
||||
webjar {
|
||||
canBeResolved = true
|
||||
canBeConsumed = false
|
||||
canBeDeclared = true
|
||||
transitive = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user