Skip to content

Commit 2f611ed

Browse files
authored
compile configuration is depricated (#900)
1 parent 84f613e commit 2f611ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Gradle:
9494

9595
```java
9696
dependencies {
97-
compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.87');
97+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.87');
9898
}
9999
```
100100

0 commit comments

Comments
 (0)