Skip to content

Commit

Permalink
Link to scala userguide page in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandort committed Jan 31, 2025
1 parent 92615cf commit 520c233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/documentation/docs/src/docs/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Nested events are reflected in the HTML test reports, providing clear traceabili

#### Scala version can be declared explicitly

Starting in this version of Gradle, when applying the `scala-base` or `scala` plugins, you can now explicitly declare the Scala version on the `scala` extension.
Starting in this version of Gradle, when applying the [scala-base or scala](userguide/scala_plugin.html) plugins, you can now explicitly declare the Scala version on the `scala` extension.
This allows Gradle to automatically resolve the required Scala toolchain dependencies, eliminating the need for the user to declare them manually.
It also removes the need to infer the Scala version from the production runtime classpath, which was error-prone.

Expand Down

0 comments on commit 520c233

Please sign in to comment.