mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
0.273
This commit is contained in:
parent
5dc0cc44ea
commit
556e081508
3 changed files with 17 additions and 13 deletions
|
@ -1,10 +1,9 @@
|
||||||
|
|
||||||
import com.beust.kobalt.*
|
import com.beust.kobalt.*
|
||||||
import com.beust.kobalt.api.License
|
import com.beust.kobalt.api.*
|
||||||
import com.beust.kobalt.api.Project
|
|
||||||
import com.beust.kobalt.api.Scm
|
|
||||||
import com.beust.kobalt.api.annotation.Task
|
import com.beust.kobalt.api.annotation.Task
|
||||||
import com.beust.kobalt.plugin.application.application
|
import com.beust.kobalt.plugin.application.application
|
||||||
|
import com.beust.kobalt.plugin.dokka.*
|
||||||
import com.beust.kobalt.plugin.java.javaCompiler
|
import com.beust.kobalt.plugin.java.javaCompiler
|
||||||
import com.beust.kobalt.plugin.java.javaProject
|
import com.beust.kobalt.plugin.java.javaProject
|
||||||
import com.beust.kobalt.plugin.kotlin.kotlinCompiler
|
import com.beust.kobalt.plugin.kotlin.kotlinCompiler
|
||||||
|
@ -38,6 +37,12 @@ val wrapper = javaProject {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
productFlavor("dev") {
|
||||||
|
}
|
||||||
|
|
||||||
|
buildType("debug") {
|
||||||
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
mainClass = "com.beust.kobalt.wrapper.Main"
|
mainClass = "com.beust.kobalt.wrapper.Main"
|
||||||
}
|
}
|
||||||
|
@ -110,14 +115,13 @@ val kobalt = kotlinProject(wrapper) {
|
||||||
args("-nowarn")
|
args("-nowarn")
|
||||||
}
|
}
|
||||||
|
|
||||||
// dokka {
|
dokka {
|
||||||
// outputFormat = "markdown"
|
outputFormat = "markdown"
|
||||||
// sourceLinks {
|
}
|
||||||
// dir = "src/main/kotlin"
|
|
||||||
// url = "https://github.com/cy6erGn0m/vertx3-lang-kotlin/blob/master/src/main/kotlin"
|
dokka {
|
||||||
// urlSuffix = "#L"
|
outputFormat = "html"
|
||||||
// }
|
}
|
||||||
// }
|
|
||||||
|
|
||||||
github {
|
github {
|
||||||
file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip")
|
file("$buildDirectory/libs/$name-$version.zip", "$name/$version/$name-$version.zip")
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
kobalt.version=0.272
|
kobalt.version=0.273
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
kobalt.version=0.272
|
kobalt.version=0.273
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue