From 7382cf193cae5e3254ee0fc6add1422fe64dcd0c Mon Sep 17 00:00:00 2001 From: Matt Richardson Date: Mon, 2 Oct 2023 11:38:25 +1100 Subject: [PATCH] Update the readme to mention java17 (#196) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba919af..bd0aa85 100644 --- a/README.md +++ b/README.md @@ -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 `/build/distributions/Octopus.TeamCity.OpenTelemetry..zip`. @@ -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