-
Notifications
You must be signed in to change notification settings - Fork 5k
Add Best Practice: Declare Repositories in Settings #32882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Best Practice: Declare Repositories in Settings #32882
Conversation
Thank you for your contribution! The DCO check is failing, please look into that as we can't accept the PR otherwise. |
50abc02
to
baa15fb
Compare
Done |
platforms/documentation/docs/src/docs/userguide/best-practices/bp_dependencies.adoc
Outdated
Show resolved
Hide resolved
platforms/documentation/docs/src/docs/userguide/best-practices/bp_dependencies.adoc
Outdated
Show resolved
Hide resolved
.../documentation/docs/src/snippets/bestPractices/settingsRepositoriesDo/groovy/settings.gradle
Show resolved
Hide resolved
...tion/docs/src/snippets/bestPractices/settingsRepositoriesDo/tests/settingsRepositoriesDo.out
Show resolved
Hide resolved
...c/snippets/bestPractices/settingsRepositoriesDont/tests/settingsRepositoriesDont.sample.conf
Show resolved
Hide resolved
platforms/documentation/docs/src/docs/userguide/best-practices/bp_dependencies.adoc
Show resolved
Hide resolved
platforms/documentation/docs/src/docs/userguide/best-practices/bp_dependencies.adoc
Outdated
Show resolved
Hide resolved
platforms/documentation/docs/src/docs/userguide/best-practices/bp_dependencies.adoc
Outdated
Show resolved
Hide resolved
platforms/documentation/docs/src/docs/userguide/best-practices/bp_dependencies.adoc
Outdated
Show resolved
Hide resolved
platforms/documentation/docs/src/docs/userguide/best-practices/bp_dependencies.adoc
Outdated
Show resolved
Hide resolved
platforms/documentation/docs/src/docs/userguide/best-practices/bp_dependencies.adoc
Outdated
Show resolved
Hide resolved
b7a9b67
to
162a2c2
Compare
@bot-gradle test and merge |
Run that task, fix the links and make sure it succeeds, then I'll try merging again. |
162a2c2
to
fc6f015
Compare
Rebased on top of your change. Please rerun merge. |
Tested with ./gradlew serveDocs -PquickDocs and looking at http://127.0.0.1:8000/userguide/bp_dependencies.html Ran snippet tests with: ./gradlew :docs:docsTest --tests "snippet-best-practices-settings-repositories-do" ./gradlew :docs:docsTest --tests "snippet-best-practices-settings-repositories-dont" Signed-off-by: Aurimas Liutikas <[email protected]>
fc6f015
to
c2cb837
Compare
@bot-gradle test and merge |
@bot-gradle test and merge |
Tested with ./gradlew serveDocs -PquickDocs and looking at http://127.0.0.1:8000/userguide/bp_dependencies.html
Context
Adding a best practice for setting up respositories
Contributor Checklist
<subproject>/src/integTest
) to verify changes from a user perspective.<subproject>/src/test
) to verify logic../gradlew sanityCheck
../gradlew <changed-subproject>:quickTest
.Reviewing cheatsheet
Before merging the PR, comments starting with