Skip to content

Commit

Permalink
docs(gradle-inspector): Mention javaHome as part of class docs
Browse files Browse the repository at this point in the history
This is a fixup for 8ce9483.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 11, 2024
1 parent d06e12e commit eaba79c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ const val OPTION_JAVA_HOME = "javaHome"
* This package manager supports the following [options][PackageManagerConfiguration.options]:
* - *gradleVersion*: The version of Gradle to use when analyzing projects. Defaults to the version defined in the
* Gradle wrapper properties.
* - *javaHome*: The directory of the Java home to use when analyzing projects. By default, the same Java home as for
* ORT itself it used.
*/
class GradleInspector(
name: String,
Expand Down

0 comments on commit eaba79c

Please sign in to comment.