mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-06 11:20:21 +00:00
typo fixing
This commit is contained in:
parent
dd1d41c798
commit
c633f478c2
@ -148,7 +148,7 @@ version installed, you can replace `./gradlew` with `gradle` in the following st
|
||||
./gradlew run --args="--help"
|
||||
```
|
||||
|
||||
### JSON Schemeas for the JSON-RPC mode
|
||||
### JSON Schemas for the JSON-RPC mode
|
||||
|
||||
1. Generate [JSON Schema](https://json-schema.org/) files for all the JSON-RPC data classes (`src/main/java/org/asamk/signal/json`):
|
||||
|
||||
|
||||
@ -88,6 +88,7 @@ dependencies {
|
||||
excludeFilesByArtifact = excludePatterns
|
||||
}
|
||||
}
|
||||
|
||||
schemaAnnotationProcessor(libs.micronaut.json.schema.processor)
|
||||
schemaAnnotationProcessor(libs.micronaut.inject.java)
|
||||
implementation(libs.bouncycastle)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user