Skip to content

Commit

Permalink
fix(docs): remove the mention of make on readme (#3983)
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader authored Feb 11, 2025
1 parent 9fc2d99 commit ec9e0f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ When in doubt, refer to the `LICENSE` file in the respective module.

Download these utilities:

* [`make`](https://www.gnu.org/software/make/) for building
* [`asdf`](https://asdf-vm.com/) for managing Java and Maven versions

The [Connector SDK](connector-sdk) uses Java 17, unlike the rest of this repository.
Expand Down Expand Up @@ -170,4 +169,4 @@ mvn clean package
We use [backport-action](https://github.com/korthout/backport-action) to backport PRs to older releases.
For example, add a label `backport release/8.3` to backport a PR to the `release/8.3` branch. This will take effect when the PR is meged.

You can also trigger this for already merged PRs by posting a comment on the PR containing `/backport`.
You can also trigger this for already merged PRs by posting a comment on the PR containing `/backport`.

0 comments on commit ec9e0f3

Please sign in to comment.