Added circleci configuration.
This commit is contained in:
parent
36bf4794db
commit
15b9772f5f
6 changed files with 29 additions and 9 deletions
|
@ -20,6 +20,15 @@
|
|||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library name="Kobalt: kobalt-maven-local-0.5.3.jar">
|
||||
<CLASSES>
|
||||
<root url="jar://$USER_HOME$/.kobalt/cache/net/thauvin/erik/kobalt-maven-local/0.5.3/kobalt-maven-local-0.5.3.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library name="Kobalt: kobalt-versioneye-0.4.5.jar">
|
||||
<CLASSES>
|
||||
|
|
|
@ -24,7 +24,7 @@ val p = project {
|
|||
group = "net.thauvin.erik"
|
||||
description = "Pinboard Poster for Kotlin/Java"
|
||||
artifactId = name
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
|
||||
val localProperties = Properties().apply {
|
||||
val f = "local.properties"
|
||||
|
@ -52,7 +52,7 @@ val p = project {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-3")
|
||||
compile("org.jetbrains.kotlin:kotlin-stdlib:1.1.2-4")
|
||||
compile("com.squareup.okhttp3:okhttp:3.8.0")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue