Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updated gax-java contribution doc #1334

Merged
merged 2 commits into from
Feb 8, 2023
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
94 changes: 0 additions & 94 deletions api-common-java/CODE_OF_CONDUCT.md

This file was deleted.

29 changes: 0 additions & 29 deletions api-common-java/CONTRIBUTING.md

This file was deleted.

15 changes: 0 additions & 15 deletions api-common-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ APIs. It currently contains the following packages:
formatted as Google API resource names.
- resourcenames: Resource Name library used by generated resource name types

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


Java Versions
-------------

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

The project uses Maven to build.

Contributing
------------

Contributions to this library are always welcome and highly encouraged.

See the [CONTRIBUTING] documentation for more information on how to get started.

Versioning
----------

Expand Down
79 changes: 0 additions & 79 deletions api-common-java/RELEASING.md

This file was deleted.

7 changes: 0 additions & 7 deletions api-common-java/SECURITY.md

This file was deleted.

74 changes: 0 additions & 74 deletions api-common-java/renovate.json

This file was deleted.

18 changes: 0 additions & 18 deletions api-common-java/synth.metadata

This file was deleted.

43 changes: 0 additions & 43 deletions gax-java/CODE_OF_CONDUCT.md

This file was deleted.

10 changes: 9 additions & 1 deletion gax-java/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,15 @@ use Github pull requests for this purpose.
To build GAX:

```sh
mvn clean install
# Go to the repository root
cd gapic-generator-java

# Install dependency modules to local Maven repository. Note that
# gapic-generator-java module is not a dependency of gax-java
mvn -B -ntp install -DskipTests --projects '!gapic-generator-java,!gax-java'

# Build and install gax-java
mvn clean install -f gax-java
```
Comment on lines +27 to 36
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the main change of this pull request.


### The small print
Expand Down
Loading