Skip to content

Commit

Permalink
update link to GitHub Packages (google#2578)
Browse files Browse the repository at this point in the history
* update link to GitHub Packages

* update link to GitHub Packages

* Update docs/use/Snapshots.md

Co-authored-by: Jing Tang <[email protected]>

---------

Co-authored-by: Jing Tang <[email protected]>
  • Loading branch information
icrc-fdeniger and jingtang10 authored Jun 20, 2024
1 parent aea1af3 commit 18d5e53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/use/Snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You can test the latest Android FHIR SDK libraries using the snapshot versions p

They are unreleased versions of the library built from the `HEAD` of the main branch and have the `-SNAPSHOT` suffix in their version numbers.

They can be found here: https://github.com/google?tab=packages&repo_name=android-fhir
They can be found [here](https://github.com/orgs/google/packages?repo_name=android-fhir).

> :warning: The snapshots are for testing and development purposes only. They are not QA tested and not production ready. Do **NOT** use them in production.
Expand Down Expand Up @@ -69,8 +69,9 @@ The versions `<...-version>` can be found in https://github.com/google?tab=packa
The complete documentation can be found in the section [Declaring a changing version](https://docs.gradle.org/current/userguide/dynamic_versions.html#sub:declaring_dependency_with_changing_version).

To summarize:
- By default, Gradle caches changing versions of dependencies for **24 hours**
- Dependency caching can be [controlled programmatically](https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:controlling_dependency_caching_programmatically)
- The `--refresh-dependencies` option in command line tells Gradle to ignore all cached versions

* By default, Gradle caches changing versions of dependencies for **24 hours**
* Dependency caching can be [controlled programmatically](https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:controlling_dependency_caching_programmatically)
* The `--refresh-dependencies` option in command line tells Gradle to ignore all cached versions


0 comments on commit 18d5e53

Please sign in to comment.