Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: Update README about maven migration (#1913)
Browse files Browse the repository at this point in the history
* chore: Update README about maven migration

* chore: Update gradle references to maven in CONTRIBUTING.md

* chore: Update CONTRIBUTING.md

* chore: Update README.md
  • Loading branch information
lqiu96 committed Dec 2, 2022
1 parent 7504e37 commit f0a769c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ use Github pull requests for this purpose.
To build GAX:

```sh
./gradlew build
```

To install GAX into the local maven repository:

```sh
./gradlew publishToMavenLocal
mvn clean install
```

### The small print
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ a high risk of diamond dependency problems, because google-cloud-java uses beta
library which can change in breaking ways between versions. See [VERSIONING](#versioning) for
more information.

> For new and existing Developers/ Contributors:
>
> In December 2022, gax-java's build tool has been migrated from gradle to maven.
> Gradle related files are no longer being maintained and will be eventually removed.
>
> The artifact coordinates in Maven Central (`{{ group_id }}:{{ artifact_id }}`) remain the same.
Quickstart
----------

Expand Down

0 comments on commit f0a769c

Please sign in to comment.