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

Update the readme to mention java17 #196

Merged
merged 1 commit into from
Oct 2, 2023
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You must have a TeamCity instance running. To run a TeamCity instance locally:
### Building

To build the plugin from code:
1. Ensure your `$JAVA_HOME` points to a java11 JDK installation
1. Ensure your `$JAVA_HOME` points to a java17 JDK installation
2. Install TeamCity
3. Inside the root project folder run `./gradlew build`. The gradlew script will download Gradle for you if it is not already installed.
4. The plugin is available at `<project_root>/build/distributions/Octopus.TeamCity.OpenTelemetry.<version>.zip`.
Expand All @@ -111,7 +111,7 @@ To build the plugin from code:
JUnit tests have been added to package test folders.

To test the plugin from code:
1. Ensure your `$JAVA_HOME` points to a java11 JDK installation
1. Ensure your `$JAVA_HOME` points to a java17 JDK installation
2. Inside the root project folder run `./gradlew test`. The gradlew script will download Gradle for you if it is not already installed.

### Cleaning
Expand Down