Updated to kobalt 0.868
This commit is contained in:
parent
a4b333e854
commit
b8345b0e6c
8 changed files with 7 additions and 5 deletions
|
@ -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())
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
kobalt.version=0.867
|
||||
kobalt.version=0.868
|
|
@ -417,6 +417,8 @@
|
|||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.862/kobalt/wrapper/kobalt-0.862.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.867/kobalt/wrapper/kobalt-0.867.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.867/kobalt/wrapper/kobalt-0.867.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.867/kobalt/wrapper/kobalt-0.867.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-0.867/kobalt/wrapper/kobalt-0.867.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
|
|
|
@ -65,6 +65,6 @@ val p = project {
|
|||
}
|
||||
|
||||
bintray {
|
||||
publish = false
|
||||
publish = true
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
kobalt.version=0.867
|
||||
kobalt.version=0.868
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue