jponge / vertx-gradle-plugin

An opinionated Gradle plugin for Vert.x projects
Apache License 2.0
113 stars 15 forks source link

Configure build scan plugin #29

Closed aalmiray closed 5 years ago

aalmiray commented 5 years ago

This small PR configures the build-scan Gradle plugin (https://guides.gradle.org/creating-build-scans/) which yields further insight into the build, allowing the team to make informed decisions on where and when the build may be tweaked to get faster, more performant builds.

Here's a sample scan https://scans.gradle.com/s/heq3wy556se7w/ of my local fork.

jponge commented 5 years ago

This binds to an agreement with Gradle Inc., right?

aalmiray commented 5 years ago

It does. I can send an update to make the agreement conditionally for each developer.

jponge commented 5 years ago

I think he’d be best if that plugin was conditional.

On 15 Mar 2019, at 17:08, Andres Almiray notifications@github.com wrote:

It does. I can send an update to make the agreement conditionally for each developer.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

jponge commented 5 years ago

Thanks @aalmiray

Would it be possible to have the script in Kotlin rather than Groovy?

aalmiray commented 5 years ago

Sure. My kotlin-fu is not strong enough but I can give it a try

aalmiray commented 5 years ago

Closing due to inactivity. Feel free to reach out to Gradle's Dev Advocacy should you like to continue.