Started to add kobalt example.
This commit is contained in:
parent
4c7f42f381
commit
ae4e775e6e
15 changed files with 188 additions and 31 deletions
|
@ -53,6 +53,7 @@ annotationProcessor {
|
|||
project.version = getVersion(isRelease)
|
||||
library 'net.thauvin.erik:semver:0.9.5-beta'
|
||||
processor 'net.thauvin.erik.semver.VersionProcessor'
|
||||
// sourcesDir 'src/generated/java'
|
||||
}
|
||||
|
||||
compileJava {
|
||||
|
@ -81,7 +82,6 @@ task deploy(dependsOn: ['build', 'copyToDeploy']) {
|
|||
mustRunAfter clean
|
||||
}
|
||||
|
||||
|
||||
task release(dependsOn: ['deploy', 'wrapper']) << {
|
||||
group = 'Publishing'
|
||||
description = 'Releases new version.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue