mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Default BuildConfig.
This commit is contained in:
parent
c1185fdf96
commit
6d96e45f52
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ import com.beust.kobalt.internal.JvmCompilerPlugin
|
|||
import com.beust.kobalt.maven.dependency.MavenDependency
|
||||
import com.beust.kobalt.misc.KFiles
|
||||
import com.beust.kobalt.misc.log
|
||||
import com.beust.kobalt.project
|
||||
import java.io.File
|
||||
import java.util.*
|
||||
|
||||
|
@ -65,7 +64,7 @@ open class Project(
|
|||
|
||||
val testConfigs = arrayListOf(TestConfig(this))
|
||||
|
||||
override var buildConfig : BuildConfig? = null //BuildConfig()
|
||||
override var buildConfig : BuildConfig? = BuildConfig()
|
||||
|
||||
val projectProperties = ProjectProperties()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue