mockito / shipkit

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

gradle build scans and stop building with '-i' #623

Closed epeee closed 6 years ago

epeee commented 6 years ago

fixes #622

I thought it might be a good idea to use publishAlways() only if we are in CI. One can trigger a build scan from non CI environments manually if needed. Furthermore, we can switch back to publishOnFailure() later on, but for now let's have a look at some build scans.