mockito / shipkit

Toolkit for shipping it used by Mockito library
http://shipkit.org
MIT License
158 stars 35 forks source link

Cleaner CI logs: enroll to Gradle Enterprise and stop building with '-i' #622

Closed mockitoguy closed 6 years ago

mockitoguy commented 6 years ago

Let's clean up the CI logs. How about we enroll to Gradle Enterprise and avoid building with '-i' parameter (it's --info level logging).

Info level logging is noisy and rarely needed. For example, the checkstyle task logs the entire XSL transformation at info level.

epeee commented 6 years ago

+1, I like the idea.