Changed compileOnly to implementation.
This commit is contained in:
parent
90df90e543
commit
2102691d37
5 changed files with 5 additions and 5 deletions
|
@ -206,7 +206,7 @@ To install and run from [Gradle](https://gradle.org/), add the following to `bui
|
|||
```gradle
|
||||
dependencies {
|
||||
annotationProcessor 'net.thauvin.erik:semver:1.2.0'
|
||||
compileOnly 'net.thauvin.erik:semver:1.2.0'
|
||||
implementation 'net.thauvin.erik:semver:1.2.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue