Skip to content

Commit fecbd2f

Browse files
committed
chore(deps): move from test-logger to kestra logger
1 parent 3b38ad2 commit fecbd2f

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77
id 'java-library'
88
id "idea"
99
id 'jacoco'
10-
id "com.adarshr.test-logger" version "4.0.0"
1110
id "com.gradleup.shadow" version "9.6.1"
1211
id 'signing'
1312
id "com.github.ben-manes.versions" version "0.61.0"
@@ -62,15 +61,6 @@ test {
6261
useJUnitPlatform()
6362
}
6463

65-
testlogger {
66-
theme "mocha-parallel"
67-
showExceptions true
68-
showFullStackTraces true
69-
showStandardStreams true
70-
showPassedStandardStreams false
71-
showSkippedStandardStreams true
72-
}
73-
7464
dependencies {
7565
// Platform
7666
testAnnotationProcessor enforcedPlatform("io.kestra:platform:$kestraVersion")

settings.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
plugins {
2+
id 'io.kestra.gradle.logger' version '1.2.10'
3+
}
4+
15
rootProject.name = 'plugin-cloudquery'

0 commit comments

Comments
 (0)