openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
361 stars 62 forks source link

Configure gradle build scan plugin #30

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.

If this PR is accepted then scan generation must be enabled on the command line, like so

./gradlew build --scan
tiainen commented 5 years ago

Thanks for the PR. Both the build scan and the travis integration are welcome features.

aalmiray commented 5 years ago

Thanks! Perhaps this configuration can be applied to other Gradle plugins maintained by Gluon and/ore related to openjfx 😉