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

chore: Update README about maven migration #1913

Merged
merged 4 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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