Skip to content

Commit fb65e72

Browse files
authored
chore: updated gax-java contribution doc (#1334)
Removing unnecessary files
1 parent 7040dbb commit fb65e72

20 files changed

+9
-1511
lines changed

api-common-java/CODE_OF_CONDUCT.md

-94
This file was deleted.

api-common-java/CONTRIBUTING.md

-29
This file was deleted.

api-common-java/README.md

-15
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ APIs. It currently contains the following packages:
1313
formatted as Google API resource names.
1414
- resourcenames: Resource Name library used by generated resource name types
1515

16-
> For new and existing Developers/ Contributors:
17-
>
18-
> In December 2022, api-common-java's build tool has been migrated from gradle to maven.
19-
> Gradle related files are no longer being maintained and will be removed.
20-
>
21-
> The artifact coordinates in Maven Central (`{{ group_id }}:{{ artifact_id }}`) remain the same.
22-
23-
2416
Java Versions
2517
-------------
2618

@@ -31,13 +23,6 @@ The build produces Java bytecode targeted for Java 8.
3123

3224
The project uses Maven to build.
3325

34-
Contributing
35-
------------
36-
37-
Contributions to this library are always welcome and highly encouraged.
38-
39-
See the [CONTRIBUTING] documentation for more information on how to get started.
40-
4126
Versioning
4227
----------
4328

api-common-java/RELEASING.md

-79
This file was deleted.

api-common-java/SECURITY.md

-7
This file was deleted.

api-common-java/renovate.json

-74
This file was deleted.

api-common-java/synth.metadata

-18
This file was deleted.

gax-java/CODE_OF_CONDUCT.md

-43
This file was deleted.

gax-java/CONTRIBUTING.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ use Github pull requests for this purpose.
2424
To build GAX:
2525

2626
```sh
27-
mvn clean install
27+
# Go to the repository root
28+
cd gapic-generator-java
29+
30+
# Install dependency modules to local Maven repository. Note that
31+
# gapic-generator-java module is not a dependency of gax-java
32+
mvn -B -ntp install -DskipTests --projects '!gapic-generator-java,!gax-java'
33+
34+
# Build and install gax-java
35+
mvn clean install -f gax-java
2836
```
2937

3038
### The small print

0 commit comments

Comments
 (0)