mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-18 13:14:14 +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"
|
./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`):
|
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
|
excludeFilesByArtifact = excludePatterns
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
schemaAnnotationProcessor(libs.micronaut.json.schema.processor)
|
schemaAnnotationProcessor(libs.micronaut.json.schema.processor)
|
||||||
schemaAnnotationProcessor(libs.micronaut.inject.java)
|
schemaAnnotationProcessor(libs.micronaut.inject.java)
|
||||||
implementation(libs.bouncycastle)
|
implementation(libs.bouncycastle)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user