Skip to content

Commit

Permalink
docs(gradle): Add links to the Gradle Java-compatibility matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 4, 2024
1 parent 0092efa commit 8369f2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ const val OPTION_JAVA_VERSION = "javaVersion"
const val OPTION_JAVA_HOME = "javaHome"

/**
* The [Gradle](https://gradle.org/) package manager for Java.
* The [Gradle](https://gradle.org/) package manager for Java. Also see the
* [compatibility matrix](https://docs.gradle.org/current/userguide/compatibility.html).
*
* 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
Expand Down
3 changes: 2 additions & 1 deletion plugins/package-managers/gradle/src/main/kotlin/Gradle.kt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ private const val JAVA_MAX_HEAP_SIZE_OPTION = "-Xmx"
private const val JAVA_MAX_HEAP_SIZE_VALUE = "8g"

/**
* The [Gradle](https://gradle.org/) package manager for Java.
* The [Gradle](https://gradle.org/) package manager for Java. Also see the
* [compatibility matrix](https://docs.gradle.org/current/userguide/compatibility.html).
*
* 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
Expand Down

0 comments on commit 8369f2a

Please sign in to comment.