From b642c12d2baf95b1a5dcf48f0d5f66836ed320f3 Mon Sep 17 00:00:00 2001 From: Saurav Kumar <36756970+saurvkmr@users.noreply.github.com> Date: Mon, 27 Nov 2023 06:05:31 +0100 Subject: [PATCH] compile configuration is depricated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421d40080..208147f2b 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Gradle: ```java dependencies { - compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.87'); + implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.87'); } ```