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

Commit f0a769c

Browse files
authored
chore: Update README about maven migration (#1913)
* chore: Update README about maven migration * chore: Update gradle references to maven in CONTRIBUTING.md * chore: Update CONTRIBUTING.md * chore: Update README.md
1 parent 7504e37 commit f0a769c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ use Github pull requests for this purpose.
2424
To build GAX:
2525

2626
```sh
27-
./gradlew build
28-
```
29-
30-
To install GAX into the local maven repository:
31-
32-
```sh
33-
./gradlew publishToMavenLocal
27+
mvn clean install
3428
```
3529

3630
### The small print

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ a high risk of diamond dependency problems, because google-cloud-java uses beta
2020
library which can change in breaking ways between versions. See [VERSIONING](#versioning) for
2121
more information.
2222

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

0 commit comments

Comments
 (0)