We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ecddc commit 7a6c507Copy full SHA for 7a6c507
docs/topics/gradle/gradle-best-practices.md
@@ -47,7 +47,7 @@ Learn more in Gradle's documentation about [Dependency management basics](https:
47
48
<primary-label ref="advanced"/>
49
50
-Use convention plugins to encapsulate and reuse common build logic across multiple build files. Moving shared configurations
+Use convention plugins to encapsulate and reuse common build logic across multiple build files. Moving a shared configuration
51
into a plugin helps simplify and modularize your build scripts.
52
53
Although the initial setup may be time-consuming, it's easy to maintain and add new build logic once you complete it.
0 commit comments