typo fixing

This commit is contained in:
Era Dorta 2026-03-28 22:02:18 +01:00
parent dd1d41c798
commit c633f478c2
2 changed files with 2 additions and 1 deletions

View File

@ -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`):

View File

@ -88,6 +88,7 @@ dependencies {
excludeFilesByArtifact = excludePatterns
}
}
schemaAnnotationProcessor(libs.micronaut.json.schema.processor)
schemaAnnotationProcessor(libs.micronaut.inject.java)
implementation(libs.bouncycastle)