Skip to content

Commit 9355588

Browse files
Remove log capture, log spam have been fixed
1 parent f446b85 commit 9355588

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,6 @@ shadowJar {
206206
archiveClassifier = "shadow"
207207
}
208208

209-
210-
tasks.named(remapTaskName).configure {
211-
doFirst {
212-
logging.captureStandardOutput LogLevel.INFO
213-
}
214-
doLast {
215-
logging.captureStandardOutput LogLevel.QUIET
216-
}
217-
}
218-
219209
compileTestJava {
220210
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_25
221211
}

0 commit comments

Comments
 (0)