[Gradle, JS] All regular text printed to DEBUG
This commit is contained in:
+1
-1
@@ -73,6 +73,6 @@ class TeamCityMessageCommonClient(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun regularText(text: String) {
|
override fun regularText(text: String) {
|
||||||
printMessage(text, null)
|
printMessage(text, LogType.DEBUG)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user