Simplified imports.
This commit is contained in:
parent
f1fd43c623
commit
d41911525c
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
import com.beust.kobalt.buildScript
|
||||
import com.beust.kobalt.*
|
||||
import com.beust.kobalt.plugin.application.application
|
||||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
import com.beust.kobalt.project
|
||||
import net.thauvin.erik.kobalt.plugin.versioneye.versionEye
|
||||
import net.thauvin.erik.kobalt.plugin.versioneye.*
|
||||
|
||||
val bs = buildScript {
|
||||
//plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.3-beta.jar"))
|
||||
//plugins(file("../kobaltBuild/libs/kobalt-versioneye-0.4.4.jar"))
|
||||
plugins("net.thauvin.erik:kobalt-versioneye:")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue