Skip to content

Commit

Permalink
chore(tool-versions): use current Java, Maven versions (#3358)
Browse files Browse the repository at this point in the history
* chore(tool-versions): use current Java and Maven

* docs(readme): mention asdf, Java 17 in SDK

(cherry picked from commit 83d7157)
  • Loading branch information
ev-codes authored and github-actions[bot] committed Sep 27, 2024
1 parent 0c4634b commit 7da993f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java temurin-17.0.12+7
maven 3.8.4
java temurin-21.0.1+12.0.LTS
maven 3.9.9
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ For more information on Connectors, refer to the
## Contents

* [License](#license)
* [Setup](#setup)
* [Create a Connector](#create-a-connector)
* [Outbound Connector](#outbound-connector)
* [Inbound Connector](#inbound-connector)
Expand Down Expand Up @@ -41,6 +42,15 @@ This is a multi-module project with different licenses applied to different modu

When in doubt, refer to the `LICENSE` file in the respective module.

## Setup

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.

## Create a Connector

Include the [connector-core](connector-sdk/core), e.g. via Maven:
Expand Down

0 comments on commit 7da993f

Please sign in to comment.