Skip to content

Commit

Permalink
Add kotlin-logging lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral committed Mar 2, 2020
1 parent ae75741 commit 337754b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_runner/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ dependencies {

implementation(Libs.WOODSTOX)

implementation(Libs.KOTLIN_LOGGING)

// NOTE: iOS support isn't in the public artifact. Use testing jar generated from the private gcloud CLI json
// https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.google.apis%22%20AND%20a%3A%22google-api-services-testing%22
// compile("com.google.apis:google-api-services-testing:v1-rev30-1.23.0")
Expand Down
4 changes: 4 additions & 0 deletions test_runner/buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ object Versions {

// https://github.com/FasterXML/woodstox/releases
const val WOODSTOX = "6.0.1"

const val KOTLIN_LOGGING = "1.7.8"
}

object Libs {
Expand Down Expand Up @@ -99,6 +101,8 @@ object Libs {

const val WOODSTOX = "com.fasterxml.woodstox:woodstox-core:${Versions.WOODSTOX}"

const val KOTLIN_LOGGING = "io.github.microutils:kotlin-logging:${Versions.KOTLIN_LOGGING}"

//region Plugins
const val DETEKT_FORMATTING ="io.gitlab.arturbosch.detekt:detekt-formatting:${Versions.DETEKT}"
//endregion
Expand Down

0 comments on commit 337754b

Please sign in to comment.