1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-05-01 10:28:11 -07:00

Fix for --log -2 undocumented feature.

This commit is contained in:
Erik C. Thauvin 2016-07-13 17:32:30 -07:00
parent 4718fa2f85
commit 89655f4b46
3 changed files with 17 additions and 10 deletions

View file

@ -3,12 +3,14 @@ package com.beust.kobalt
import com.beust.kobalt.misc.KFiles
object Constants {
const val LOG_DEFAULT_LEVEL = 1
const val LOG_MAX_LEVEL = 3
val BUILD_FILE_NAME = "Build.kt"
val BUILD_FILE_DIRECTORY = "kobalt/src"
val BUILD_FILE_PATH = KFiles.joinDir(BUILD_FILE_DIRECTORY, BUILD_FILE_NAME)
internal val DEFAULT_REPOS = listOf<String>(
// "https://maven-central.storage.googleapis.com/",
// "https://maven-central.storage.googleapis.com/",
"http://repo1.maven.org/maven2/",
"https://jcenter.bintray.com/",
"http://repository.jetbrains.com/all/"