Added ConfigActor injection.

Added Tarvis CI configuration.
This commit is contained in:
Erik C. Thauvin 2016-07-12 17:56:49 -07:00
parent 47beeb1510
commit 0063848981
9 changed files with 105 additions and 73 deletions

View file

@ -20,9 +20,7 @@ val p = project {
version = "0.5.1-beta"
pom = Model().apply {
name = project.name
description = "Command line execution plugin for the Kobalt build system"
version = project.version
description = "Command line execution plugin for the Kobalt build system."
url = "https://github.com/ethauvin/kobalt-exec"
licenses = listOf(License().apply {
name = "BSD 3-Clause"