Skip to content

Commit

Permalink
Update the readme to mention java17 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson authored Oct 2, 2023
1 parent 9c70b99 commit 7382cf1
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 7382cf1

Please sign in to comment.