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
1
examples/kotlin/.gitignore
vendored
1
examples/kotlin/.gitignore
vendored
|
@ -62,7 +62,6 @@ dist/
|
|||
ehthumbs.db
|
||||
fabric.properties
|
||||
gen/
|
||||
gradle.properties
|
||||
hs_err_pid*
|
||||
kobaltBuild
|
||||
kobaltw*-test
|
||||
|
|
|
@ -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