Changed compileOnly to implementation.
This commit is contained in:
parent
90df90e543
commit
2102691d37
5 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
annotationProcessor semverProcessor
|
||||
compileOnly semverProcessor
|
||||
implementation semverProcessor
|
||||
}
|
||||
|
||||
task runExample(type: JavaExec) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue