Added API end point for Delicious.

This commit is contained in:
Erik C. Thauvin 2017-05-15 21:45:26 -07:00
parent 80d7f7c9db
commit 16953c8f98
9 changed files with 93 additions and 178 deletions

View file

@ -110,6 +110,7 @@ val p = project {
}
install {
target = deploy
include(from("kobaltBuild/libs"), to(target), glob("**/*"))
include(from("properties"), to(target), glob("**/*.properties"))
collect(compileDependencies)