From ed6f41c69190fb67669677c7243f543e295ba7f4 Mon Sep 17 00:00:00 2001 From: Era Dorta Date: Sat, 28 Mar 2026 21:58:36 +0100 Subject: [PATCH] Updated readme with the new schemas path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 494d6006..0641dd2a 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ version installed, you can replace `./gradlew` with `gradle` in the following st ./gradlew jsonSchemas ``` -2. The generated files can be found in the `build/classes/java/schemas/META-INF/schemas` folder. +2. The generated files can be found in the `build/generated/META-INF/schemas` folder. ### Building a native binary with GraalVM (EXPERIMENTAL)