There was an error while loading. Please reload this page.
1 parent 3b38ad2 commit fecbd2fCopy full SHA for fecbd2f
2 files changed
build.gradle
@@ -7,7 +7,6 @@ plugins {
7
id 'java-library'
8
id "idea"
9
id 'jacoco'
10
- id "com.adarshr.test-logger" version "4.0.0"
11
id "com.gradleup.shadow" version "9.6.1"
12
id 'signing'
13
id "com.github.ben-manes.versions" version "0.61.0"
@@ -62,15 +61,6 @@ test {
62
61
useJUnitPlatform()
63
}
64
65
-testlogger {
66
- theme "mocha-parallel"
67
- showExceptions true
68
- showFullStackTraces true
69
- showStandardStreams true
70
- showPassedStandardStreams false
71
- showSkippedStandardStreams true
72
-}
73
-
74
dependencies {
75
// Platform
76
testAnnotationProcessor enforcedPlatform("io.kestra:platform:$kestraVersion")
settings.gradle
@@ -1 +1,5 @@
1
+plugins {
2
+ id 'io.kestra.gradle.logger' version '1.2.10'
3
+}
4
+
5
rootProject.name = 'plugin-cloudquery'
0 commit comments