Added semver.project.dir processor argument. Closes #2
This commit is contained in:
parent
ed35e70af4
commit
b83a17e9c8
5 changed files with 29 additions and 26 deletions
|
@ -22,7 +22,7 @@ dependencies {
|
|||
|
||||
kapt {
|
||||
arguments {
|
||||
arg("semver.properties", "$projectDir/version.properties")
|
||||
arg("semver.project.dir", projectDir)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue