Skip to content

Commit

Permalink
compile configuration is depricated (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurvkmr committed Dec 3, 2023
1 parent 84f613e commit 2f611ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
```

Expand Down

0 comments on commit 2f611ed

Please sign in to comment.