Skip to content

Commit

Permalink
Use non-deprecated gradle syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
matozoid committed Feb 21, 2019
1 parent a0a883c commit cc524c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Just add the following to your maven configuration or tailor to your own depende
**Gradle**:

```
compile 'com.github.javaparser:javaparser-symbol-solver-core:3.13.0'
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.13.0'
```

Since Version 3.5.10, the JavaParser project includes the JavaSymbolSolver.
Expand All @@ -58,7 +58,7 @@ Using the dependency above will add both JavaParser and JavaSymbolSolver to your
**Gradle**:

```
compile 'com.github.javaparser:javaparser-core:3.13.0'
implementation 'com.github.javaparser:javaparser-core:3.13.0'
```

Since version 3.6.17 the AST can be serialized to JSON.
Expand All @@ -77,7 +77,7 @@ There is a separate module for this:
**Gradle**:

```
compile 'com.github.javaparser:javaparser-core-serialization:3.13.0'
implementation 'com.github.javaparser:javaparser-core-serialization:3.13.0'
```

## How To Compile Sources
Expand Down

0 comments on commit cc524c2

Please sign in to comment.