diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 13f0492..338b748 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -62,7 +62,7 @@ val p = project { install { libDir = "deploy" - println(collect(compileDependencies)) + collect(compileDependencies).map { include(it) } } application { diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index e8e88ab..33af601 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.44 \ No newline at end of file +kobalt.version=1.0.49 \ No newline at end of file diff --git a/libs/kobalt-test-0.1.jar b/libs/kobalt-test-0.1.jar deleted file mode 100644 index d75442d..0000000 Binary files a/libs/kobalt-test-0.1.jar and /dev/null differ