galasa-dev / projectmanagement

Project Management repo for Issues and ZenHub
7 stars 3 forks source link

Upgrade Java to v17 or v21 #1823

Open techcobweb opened 2 months ago

techcobweb commented 2 months ago

Story

As a galasa test developer, I want to use a supported JVM level, and some features of Java (which were added after v11 was shipped) in my Galasa tests.

Background

(These tasks are for creating pull requests, not merging, so these may not be done) Maven:

Gradle:

Other:

Wyvinar commented 4 days ago

How I upgraded Gradle locally: used sdkman to install Gradle 8.8 (sdk install gradle 8.8) used the sdk home gradle 8.8 command to find it's home added [gradle-home]/bin to path (replacing the v6 path)