mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-07-26 00:29:23 +00:00
Fix gradle deprecation warning
This commit is contained in:
parent
8809b90b72
commit
eab6ffbd8c
@ -74,7 +74,7 @@ val excludePatterns = mapOf(
|
||||
)
|
||||
)
|
||||
|
||||
val schemaAnnotationProcessor by configurations.creating {
|
||||
val schemaAnnotationProcessor = configurations.create("schemaAnnotationProcessor") {
|
||||
isCanBeConsumed = false
|
||||
isCanBeResolved = true
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user