diff --git a/README.md b/README.md index 8b06aed..37e0498 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ val p = project { } ``` -Use the `lovalMaven()` directive to tell Kobalt to look for artifacts in the Maven Local Repository: +Use the `localMaven()` directive to tell Kobalt to look for artifacts in the Maven Local Repository: ```kotlin val repos = repos(localMaven()) diff --git a/example/kobalt/wrapper/kobalt-wrapper.jar b/example/kobalt/wrapper/kobalt-wrapper.jar index d3f775a..e0ccda4 100644 Binary files a/example/kobalt/wrapper/kobalt-wrapper.jar and b/example/kobalt/wrapper/kobalt-wrapper.jar differ diff --git a/example/kobalt/wrapper/kobalt-wrapper.properties b/example/kobalt/wrapper/kobalt-wrapper.properties index fa9f1f9..65b33e7 100644 --- a/example/kobalt/wrapper/kobalt-wrapper.properties +++ b/example/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.867 \ No newline at end of file +kobalt.version=0.868 \ No newline at end of file diff --git a/kobalt-maven-local.ipr b/kobalt-maven-local.ipr index 52ea4d7..8e617c8 100644 --- a/kobalt-maven-local.ipr +++ b/kobalt-maven-local.ipr @@ -417,6 +417,8 @@ + + diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 38fa5f0..1eb4fbb 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -65,6 +65,6 @@ val p = project { } bintray { - publish = false + publish = true } -} \ No newline at end of file +} diff --git a/kobalt/wrapper/kobalt-wrapper.jar b/kobalt/wrapper/kobalt-wrapper.jar index d3f775a..e0ccda4 100644 Binary files a/kobalt/wrapper/kobalt-wrapper.jar and b/kobalt/wrapper/kobalt-wrapper.jar differ diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index fa9f1f9..65b33e7 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.867 \ No newline at end of file +kobalt.version=0.868 \ No newline at end of file diff --git a/libs/kobalt-maven-local-0.1.jar b/libs/kobalt-maven-local-0.1.jar deleted file mode 100644 index e09cb6c..0000000 Binary files a/libs/kobalt-maven-local-0.1.jar and /dev/null differ