Source code for build-scan plugin?

We are working on a page that details this information. In the meantime, here’s a list of the environment data:

  • Operating System name/version (e.g. os.name sys prop)
  • JVM version/vendor
  • JVM launch arguments
  • JVM Locale
  • `user.name* system property
  • HOSTNAME environment variable
  • Local host address (i.e. InetAddress.getLocalHost())
  • Listening IP address of all non loopback network interfaces

Everything else is data that is part of Gradle’s model.

We explicitly do not capture all environment variables, JVM system properties or “gradle properties”.

As I mentioned, we’ll publish a formal description soon. We’ll post back here when that’s done.