Changed compileOnly to implementation.
This commit is contained in:
parent
b9c865bc6f
commit
d45e700b6b
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ def semverProcessor = "net.thauvin.erik:semver:1.2.0"
|
|||
|
||||
dependencies {
|
||||
annotationProcessor semverProcessor
|
||||
compileOnly semverProcessor
|
||||
implementation semverProcessor
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue