Skip to content

Commit

Permalink
Update subprojects/docs/src/docs/userguide/migration/upgrading_versio…
Browse files Browse the repository at this point in the history
…n_7.adoc

Co-authored-by: nate contino <ncontino@gradle.com>
  • Loading branch information
tresat and nate contino committed Nov 17, 2022
1 parent 716906d commit 10302c4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -166,7 +166,7 @@ Other syntax effected by this change includes:

- You cannot use `Provider<String>` as a dependency declaration.
- You cannot use a `Map` as a dependency declaration for Kotlin or Java.
- You cannot use a bundle as a dependency declaration directly (`implementation(libs.bundles.testing)`), instead you have to use `implementation.bundle(libs.bundles.testing)`.
- You cannot use a bundle as a dependency declaration directly (`implementation(libs.bundles.testing)`). Use `implementation.bundle(libs.bundles.testing)` instead.

For more information, see the updated <<jvm_test_suite_plugin.adoc#sec:declare_an_additional_test_suite, declare an additional test suite>> example in the JVM Test Suite Plugin section of the user guide and the link:{groovyDslPath}/org.gradle.api.artifacts.dsl.DependencyAdder.html[`DependencyAdder`] page in the DSL reference.

Expand Down

0 comments on commit 10302c4

Please sign in to comment.