Kobalt dependencies updates.
This commit is contained in:
parent
8aad6f137f
commit
9031ebe5eb
8 changed files with 44 additions and 29 deletions
|
@ -10,13 +10,13 @@
|
|||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module-library">
|
||||
<library name="Kobalt: com.beust.kobalt:kobalt:jar:1.0.83">
|
||||
<library name="Kobalt: com.beust.kobalt:kobalt:jar:1.0.90">
|
||||
<CLASSES>
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.83/kobalt/wrapper/kobalt-1.0.83.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.90/kobalt/wrapper/kobalt-1.0.90.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.83/kobalt/wrapper/kobalt-1.0.83-sources.jar!/" />
|
||||
<root url="jar://$USER_HOME$/.kobalt/wrapper/dist/kobalt-1.0.90/kobalt/wrapper/kobalt-1.0.90-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
import com.beust.kobalt.*
|
||||
import com.beust.kobalt.plugin.apt.*
|
||||
import com.beust.kobalt.plugin.packaging.*
|
||||
import com.beust.kobalt.plugin.application.*
|
||||
import com.beust.kobalt.plugin.kotlin.*
|
||||
|
||||
import com.beust.kobalt.buildScript
|
||||
import com.beust.kobalt.localMaven
|
||||
import com.beust.kobalt.plugin.application.application
|
||||
import com.beust.kobalt.plugin.apt.apt
|
||||
import com.beust.kobalt.plugin.apt.kapt
|
||||
import com.beust.kobalt.plugin.java.javaCompiler
|
||||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
import com.beust.kobalt.project
|
||||
|
||||
// ./kobaltw run runJava
|
||||
|
||||
|
@ -10,8 +14,8 @@ val bs = buildScript {
|
|||
repos(localMaven())
|
||||
}
|
||||
|
||||
val kotlin_version = "1.1.2"
|
||||
val processorJar = "net.thauvin.erik:semver:1.0.0"
|
||||
val kotlin_version = "1.1.51"
|
||||
val processorJar = "net.thauvin.erik:semver:1.0.1"
|
||||
|
||||
// ./kobalt run runJava
|
||||
|
||||
|
@ -29,14 +33,17 @@ val p = project {
|
|||
dependencies {
|
||||
apt(processorJar)
|
||||
compileOnly(processorJar)
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version",
|
||||
"org.jetbrains.kotlin:kotlin-stdlib-js:$kotlin_version")
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
// compile("org.testng:testng:6.11")
|
||||
}
|
||||
|
||||
javaCompiler {
|
||||
args("-source", "1.8", "-target", "1.8")
|
||||
}
|
||||
|
||||
assemble {
|
||||
jar {
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.86
|
||||
kobalt.version=1.0.90
|
Loading…
Add table
Add a link
Reference in a new issue