Skip to content

Commit

Permalink
chore: updated gax-java contribution doc (#1334)
Browse files Browse the repository at this point in the history
Removing unnecessary files
  • Loading branch information
suztomo authored and lqiu96 committed Feb 23, 2023
1 parent c70d183 commit db34e1d
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 1,511 deletions.
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
```

### The small print
Expand Down
Loading

0 comments on commit db34e1d

Please sign in to comment.