Start of Kotlin 1.1 and Kobalt 1.0.x migration.
This commit is contained in:
parent
fe121bb645
commit
47ad7ed59e
10 changed files with 483 additions and 24 deletions
|
@ -1,17 +1,16 @@
|
|||
import com.beust.kobalt.buildScript
|
||||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
import com.beust.kobalt.plugin.publish.bintray
|
||||
import com.beust.kobalt.plugins
|
||||
import com.beust.kobalt.project
|
||||
import com.beust.kobalt.repos
|
||||
import net.thauvin.erik.kobalt.plugin.versioneye.versionEye
|
||||
import org.apache.maven.model.Developer
|
||||
import org.apache.maven.model.License
|
||||
import org.apache.maven.model.Model
|
||||
import org.apache.maven.model.Scm
|
||||
import net.thauvin.erik.kobalt.plugin.versioneye.*
|
||||
|
||||
|
||||
val pl = plugins("net.thauvin.erik:kobalt-versioneye:")
|
||||
val repos = repos()
|
||||
val bs = buildScript {
|
||||
plugins("net.thauvin.erik:kobalt-versioneye:")
|
||||
}
|
||||
|
||||
val dev = false
|
||||
val kobaltDependency = if (dev) "kobalt" else "kobalt-plugin-api"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue