- JDK v17
- Gradle 8
Download the following proto files from this repository and place them in the src/main/proto
directory:
common.proto
connector_sdk.proto
destination_sdk.proto
- Build the Jar
> gradle jar
- Run the Jar
> java -jar build/libs/TeradataDestination.jar
To activate debug logging, you can set a system property using the -D option when running the jar, like below:
java -Ddebuglog=yes -jar build/libs/TeradataDestination.jar